mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 19:24:07 +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 ();
|
extern long int lseek ();
|
||||||
#endif /* GNU C library or POSIX. */
|
#endif /* GNU C library or POSIX. */
|
||||||
|
|
||||||
#ifndef GETCWD_MISSING
|
#ifdef HAVE_GETCWD
|
||||||
extern char *getcwd ();
|
extern char *getcwd ();
|
||||||
#else
|
#else
|
||||||
extern char *getwd ();
|
extern char *getwd ();
|
||||||
|
|
Loading…
Reference in a new issue