summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/remake.c b/remake.c
index 5fdeae3..9fa70a6 100644
--- 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 ();