diff options
Diffstat (limited to 'otherlibs/unix/readlink.c')
-rw-r--r-- | otherlibs/unix/readlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/readlink.c b/otherlibs/unix/readlink.c index 2e41cbce8..7cef8988f 100644 --- a/otherlibs/unix/readlink.c +++ b/otherlibs/unix/readlink.c @@ -21,7 +21,7 @@ #ifndef PATH_MAX #ifdef MAXPATHLEN -#define PATH_MAN MAXPATHLEN +#define PATH_MAX MAXPATHLEN #else #define PATH_MAX 512 #endif |