Add declaration of ctime.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 29 Jul 1994 23:04:10 +0000 (19:04 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 29 Jul 1994 23:04:10 +0000 (19:04 -0400)
From-SVN: r7824

gcc/libgcc2.c

index 98c75d89e266c3fefce5ca2cf57006c7098c4480..a39aa3bc15b654ba62443b5c1538c60a6ba884c6 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));