OSDN Git Service

Add declaration of ctime.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Jul 1994 23:04:10 +0000 (23:04 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Jul 1994 23:04:10 +0000 (23:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7824 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/libgcc2.c

index 98c75d8..a39aa3b 100644 (file)
@@ -1428,6 +1428,7 @@ BLOCK_PROFILER_CODE
 
 #undef NULL /* Avoid errors if stdio.h and our stddef.h mismatch.  */
 #include <stdio.h>
+char *ctime ();
 
 #ifdef HAVE_ATEXIT
 extern void atexit (void (*) (void));