We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffc755 commit 15f36a6Copy full SHA for 15f36a6
src/make.h
@@ -415,11 +415,7 @@ long int lseek ();
415
416
#endif /* Not GNU C library or POSIX. */
417
418
-#ifdef HAVE_GETCWD
419
-# if !defined(VMS) && !defined(__DECC)
420
-char *getcwd ();
421
-# endif
422
-#else
+#ifndef HAVE_GETCWD
423
char *getwd ();
424
# define getcwd(buf, len) getwd (buf)
425
#endif
src/makeint.h
@@ -611,11 +611,7 @@ long int lseek ();
611
612
613
614
615
616
617
618
619
620
621
0 commit comments