You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
make-latest/SOURCES/make-4.3-getcwd.patch

13 lines
368 B

diff -rup a/src/makeint.h b/src/makeint.h
--- a/src/makeint.h 2022-10-24 02:22:00.000000000 -0400
+++ b/src/makeint.h 2022-11-01 17:20:24.764001510 -0400
@@ -678,7 +678,7 @@ long int lseek ();
# endif
# ifdef HAVE_GETCWD
-# if !defined(VMS) && !defined(__DECC)
+# if !defined(VMS) && !defined(__DECC) && !defined(getcwd)
char *getcwd (void);
# endif
# else