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.
13 lines
349 B
13 lines
349 B
diff -Nrup a/makeint.h b/makeint.h
|
|
--- a/makeint.h 2016-05-21 16:22:32.000000000 -0400
|
|
+++ b/makeint.h 2016-09-22 16:12:38.606702160 -0400
|
|
@@ -596,7 +596,7 @@ long int lseek ();
|
|
# endif
|
|
|
|
# ifdef HAVE_GETCWD
|
|
-# if !defined(VMS) && !defined(__DECC)
|
|
+# if !defined(VMS) && !defined(__DECC) && !defined(getcwd)
|
|
char *getcwd ();
|
|
# endif
|
|
# else
|