From: Lionel Sambuc Date: Mon, 2 Dec 2013 15:25:06 +0000 (+0100) Subject: include/stdio.h: merged X-Git-Tag: v3.3.0~482 X-Git-Url: http://zhaoyanbai.com/repos/readme1st.txt?a=commitdiff_plain;h=9335f8073e135162e2db6f0e37b7d3722ab4dc34;p=minix.git include/stdio.h: merged Change-Id: I7d5869ce25dfe9f2944ceef86464829d08830d24 --- diff --git a/include/stdio.h b/include/stdio.h index e78a4d05d..d5055bd58 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -189,7 +189,7 @@ __END_DECLS */ /* must be == _POSIX_STREAM_MAX */ #define FOPEN_MAX 20 /* must be <= OPEN_MAX */ -#define FILENAME_MAX 255 /* must be <= PATH_MAX */ +#define FILENAME_MAX 1024 /* must be <= PATH_MAX */ /* System V/ANSI C; this is the wrong way to do this, do *not* use these. */ #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)