summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-04-26 20:07:49 +0000
committerRoland McGrath <roland@redhat.com>1993-04-26 20:07:49 +0000
commit548b4c9bf1b7758ed349428ae002a31c63cbe0ad (patch)
tree7f627b0af1a565a85648d67402445dfb168181f9 /make.h
parentfba3960a6a5d5c5967c590fc3485d6792511a09a (diff)
downloadgunmake-548b4c9bf1b7758ed349428ae002a31c63cbe0ad.tar.gz
Formerly make.h.~69~
Diffstat (limited to 'make.h')
-rw-r--r--make.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/make.h b/make.h
index 6ac3981..d987e4e 100644
--- a/make.h
+++ b/make.h
@@ -292,14 +292,6 @@ extern char *getwd ();
#define getcwd(buf, len) getwd (buf)
#endif
-#if !defined(__GNU_LIBRARY__) && (!defined(vfork) || !defined(POSIX))
-#ifdef POSIX
-extern pid_t vfork ();
-#else
-extern int vfork ();
-#endif
-#endif
-
extern char **environ;
extern char *reading_filename;