diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-18 23:18:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-18 23:18:45 +0000 |
commit | fb67e07dfb5403e6008e60be9896ced594014fec (patch) | |
tree | c795d021683cedfd8c35213557d342f45ce35533 | |
parent | ec188f92d96d881274df318d6a82420e4b7844bf (diff) | |
download | glibc-fb67e07dfb5403e6008e60be9896ced594014fec.zip glibc-fb67e07dfb5403e6008e60be9896ced594014fec.tar.gz glibc-fb67e07dfb5403e6008e60be9896ced594014fec.tar.bz2 |
(_IO_FLAGS2_FORTIFY): Renamed from _IO_FLAGS2_CHECK_PERCENT_N.
-rw-r--r-- | libio/libio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/libio.h b/libio/libio.h index 645f9fb..3b6facd 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -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. */ |