include/stdio.h: merged
Change-Id: I7d5869ce25dfe9f2944ceef86464829d08830d24
This commit is contained in:
parent
e9e08def23
commit
9335f8073e
|
|
@ -189,7 +189,7 @@ __END_DECLS
|
||||||
*/
|
*/
|
||||||
/* must be == _POSIX_STREAM_MAX <limits.h> */
|
/* must be == _POSIX_STREAM_MAX <limits.h> */
|
||||||
#define FOPEN_MAX 20 /* must be <= OPEN_MAX <sys/syslimits.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. */
|
/* System V/ANSI C; this is the wrong way to do this, do *not* use these. */
|
||||||
#if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
|
#if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user