mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-06 14:36:37 +00:00
Formerly make.h.~47~
This commit is contained in:
parent
7ab1580762
commit
f2c51355ed
1 changed files with 1 additions and 1 deletions
2
make.h
2
make.h
|
@ -248,7 +248,7 @@ extern long int lseek ();
|
||||||
extern char *getcwd ();
|
extern char *getcwd ();
|
||||||
#else
|
#else
|
||||||
extern char *getwd ();
|
extern char *getwd ();
|
||||||
#define getcwd (buf, len) getwd (buf)
|
#define getcwd(buf, len) getwd (buf)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(__GNU_LIBRARY__) && (!defined(vfork) || !defined(POSIX))
|
#if !defined(__GNU_LIBRARY__) && (!defined(vfork) || !defined(POSIX))
|
||||||
|
|
Loading…
Reference in a new issue