Skip to content

Commit

Permalink
(_IO_FLAGS2_FORTIFY): Renamed from _IO_FLAGS2_CHECK_PERCENT_N.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Nov 18, 2004
1 parent ec188f9 commit fb67e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libio/libio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit fb67e07

Please sign in to comment.