projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba3960
)
Formerly make.h.~69~
author
Roland McGrath
<roland@redhat.com>
Mon, 26 Apr 1993 20:07:49 +0000
(20:07 +0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 26 Apr 1993 20:07:49 +0000
(20:07 +0000)
make.h
patch
|
blob
|
history
diff --git
a/make.h
b/make.h
index
6ac3981
..
d987e4e
100644
(file)
--- 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;