]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly remake.c.~28~
authorRoland McGrath <roland@redhat.com>
Thu, 11 Jun 1992 05:05:49 +0000 (05:05 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 11 Jun 1992 05:05:49 +0000 (05:05 +0000)
remake.c

index 5fdeae3c0ec6cbc53847c45fb0cb0e9376046969..9fa70a6a75088bb44a240208879487dd9fd7bfa1 100644 (file)
--- a/remake.c
+++ b/remake.c
@@ -29,12 +29,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <fcntl.h>
 #endif
 
-
-#if    !defined(__GNU_LIBRARY__) && !defined(POSIX)
-extern int fstat ();
-extern time_t time ();
-#endif
-
 extern int try_implicit_rule ();