diff options
author | Roland McGrath <roland@redhat.com> | 1993-04-26 20:07:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-04-26 20:07:49 +0000 |
commit | 548b4c9bf1b7758ed349428ae002a31c63cbe0ad (patch) | |
tree | 7f627b0af1a565a85648d67402445dfb168181f9 /make.h | |
parent | fba3960a6a5d5c5967c590fc3485d6792511a09a (diff) | |
download | gunmake-548b4c9bf1b7758ed349428ae002a31c63cbe0ad.tar.gz |
Formerly make.h.~69~
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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; |