mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-26 23:04:42 +00:00
Formerly make.h.~49~
This commit is contained in:
parent
bc1770c035
commit
9d3d0c6b79
1 changed files with 1 additions and 1 deletions
2
make.h
2
make.h
|
@ -249,7 +249,7 @@ extern int pipe (), close (), read (), write (), open ();
|
|||
extern long int lseek ();
|
||||
#endif /* GNU C library or POSIX. */
|
||||
|
||||
#ifndef GETCWD_MISSING
|
||||
#ifdef HAVE_GETCWD
|
||||
extern char *getcwd ();
|
||||
#else
|
||||
extern char *getwd ();
|
||||
|
|
Loading…
Reference in a new issue