]> Zhao Yanbai Git Server - minix.git/commitdiff
include/stdio.h: merged
authorLionel Sambuc <lionel@minix3.org>
Mon, 2 Dec 2013 15:25:06 +0000 (16:25 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 3 Mar 2014 19:47:01 +0000 (20:47 +0100)
Change-Id: I7d5869ce25dfe9f2944ceef86464829d08830d24

include/stdio.h

index e78a4d05dcd593c8cb209761c2a5dfdc22f2a4b3..d5055bd587e636ce2cca050f77a5feb2b594c96b 100644 (file)
@@ -189,7 +189,7 @@ __END_DECLS
  */
                                /* must be == _POSIX_STREAM_MAX <limits.h> */
 #define        FOPEN_MAX       20      /* must be <= OPEN_MAX <sys/syslimits.h> */
-#define        FILENAME_MAX    255     /* must be <= PATH_MAX <sys/syslimits.h> */
+#define        FILENAME_MAX    1024    /* must be <= PATH_MAX <sys/syslimits.h> */
 
 /* System V/ANSI C; this is the wrong way to do this, do *not* use these. */
 #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)