correct getcwd
This commit is contained in:
parent
06255ffca7
commit
7569644110
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user