summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-25 00:28:36 +0000
committerRoland McGrath <roland@redhat.com>1992-06-25 00:28:36 +0000
commitf2c51355ed80aa64119c83508b96881a8d798c66 (patch)
treef77510bf5f71c0ef2039a5e20c2fe322c1296211 /make.h
parent7ab158076296eb70a12d4fd55b101371b8fd02c3 (diff)
downloadgunmake-f2c51355ed80aa64119c83508b96881a8d798c66.tar.gz
Formerly make.h.~47~
Diffstat (limited to 'make.h')
-rw-r--r--make.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.h b/make.h
index 94a9a62..3f35cbd 100644
--- a/make.h
+++ b/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))