correct getcwd

This commit is contained in:
Mario Fetka 2024-05-27 18:43:20 +02:00
parent 06255ffca7
commit 7569644110

View File

@ -194,7 +194,7 @@
/* /*
* getwd: server/pstart.c * getwd: server/pstart.c
*/ */
#if defined(HPUX) || defined(SYSV) || defined(SOLARIS) #if defined(HPUX) || defined(SYSV)
#define getwd(d) getcwd(d, MAXPATHLEN) #define getwd(d) getcwd(d, MAXPATHLEN)
#endif #endif