(_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

View File

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