(_IO_FLAGS2_FORTIFY): Renamed from _IO_FLAGS2_CHECK_PERCENT_N.

This commit is contained in:
Ulrich Drepper 2004-11-18 23:18:45 +00:00
parent ec188f92d9
commit fb67e07dfb
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
#define _IO_FLAGS2_MMAP 1
#define _IO_FLAGS2_NOTCANCEL 2
#ifdef _LIBC
# define _IO_FLAGS2_CHECK_PERCENT_N 4
# define _IO_FLAGS2_FORTIFY 4
#endif
/* These are "formatting flags" matching the iostream fmtflags enum values. */