include/stdio.h: merged

Change-Id: I7d5869ce25dfe9f2944ceef86464829d08830d24
This commit is contained in:
Lionel Sambuc 2013-12-02 16:25:06 +01:00
parent e9e08def23
commit 9335f8073e

View 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)