mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly make.h.~69~
This commit is contained in:
parent
fba3960a6a
commit
548b4c9bf1
1 changed files with 0 additions and 8 deletions
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 a new issue