Provide getcwd(NULL, 0) for Solaris (SunOS5)
[exim.git] / src / src / osfunctions.h
index 3d1914acb74a994f56ae6b5be9b11b139970add9..0e429fc8c712d29494f1b87bc6c28371c90d2978 100644 (file)
@@ -35,5 +35,8 @@ extern const char   *os_strsignal(int);   /* char to match strsignal in some OS
 #ifndef os_unsetenv
 extern int           os_unsetenv(const char *);
 #endif
+#ifndef os_getcwd
+extern char*         os_getcwd(char *, size_t);
+#endif
 
 /* End of osfunctions.h */