From 9335f8073e135162e2db6f0e37b7d3722ab4dc34 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Mon, 2 Dec 2013 16:25:06 +0100 Subject: [PATCH] include/stdio.h: merged Change-Id: I7d5869ce25dfe9f2944ceef86464829d08830d24 --- include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.44.0