Formerly make.h.~49~

This commit is contained in:
Roland McGrath 1992-07-05 00:52:46 +00:00
parent bc1770c035
commit 9d3d0c6b79

2
make.h
View file

@ -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 ();