mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +08:00
Formerly make.h.~69~
This commit is contained in:
parent
fba3960a6a
commit
548b4c9bf1
8
make.h
8
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;
|
||||
|
Loading…
Reference in New Issue
Block a user