mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +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 ();
|
||||
#else
|
||||
extern char *getwd ();
|
||||
#define getcwd (buf, len) getwd (buf)
|
||||
#define getcwd(buf, len) getwd (buf)
|
||||
#endif
|
||||
|
||||
#if !defined(__GNU_LIBRARY__) && (!defined(vfork) || !defined(POSIX))
|
||||
|
|
Loading…
Reference in a new issue