summaryrefslogtreecommitdiff
path: root/src/OS/os.h-SunOS5
diff options
context:
space:
mode:
Diffstat (limited to 'src/OS/os.h-SunOS5')
-rw-r--r--src/OS/os.h-SunOS56
1 files changed, 6 insertions, 0 deletions
diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5
index 45a1171c8..807212b85 100644
--- a/src/OS/os.h-SunOS5
+++ b/src/OS/os.h-SunOS5
@@ -37,4 +37,10 @@ it seems. */
#endif
+/* SunOS5 doesn't accept getcwd(NULL, 0) to auto-allocate
+a buffer */
+
+#define OS_GETCWD
+
+
/* End */