Formerly make.h.~47~

This commit is contained in:
Roland McGrath 1992-06-25 00:28:36 +00:00
parent 7ab1580762
commit f2c51355ed

2
make.h
View file

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