about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-11-18 23:18:45 +0000
committerUlrich Drepper <drepper@redhat.com>2004-11-18 23:18:45 +0000
commitfb67e07dfb5403e6008e60be9896ced594014fec (patch)
treec795d021683cedfd8c35213557d342f45ce35533
parentec188f92d96d881274df318d6a82420e4b7844bf (diff)
downloadglibc-fb67e07dfb5403e6008e60be9896ced594014fec.tar.gz
glibc-fb67e07dfb5403e6008e60be9896ced594014fec.tar.xz
glibc-fb67e07dfb5403e6008e60be9896ced594014fec.zip
(_IO_FLAGS2_FORTIFY): Renamed from _IO_FLAGS2_CHECK_PERCENT_N.
-rw-r--r--libio/libio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/libio.h b/libio/libio.h
index 645f9fb83c..3b6facdddb 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. */