]> git.ipfire.org Git - thirdparty/glibc.git/commit - debug/fgetws_chk.c
Remove _IO_file_flags define.
authorZack Weinberg <zackw@panix.com>
Thu, 8 Feb 2018 00:41:01 +0000 (19:41 -0500)
committerZack Weinberg <zackw@panix.com>
Wed, 21 Feb 2018 19:22:50 +0000 (14:22 -0500)
commitdf6c012b99499d95ed7fee53553a9f4d4473ccae
tree09c971734b9a5d34ae9116966e828273ceaf83d7
parent177aad3ff637b32550aec8080314d76a189f7a03
Remove _IO_file_flags define.

This entirely mechanical (except for some indentation fixups) patch
replaces all uses of _IO_file_flags with _flags and removes the #define.

Installed stripped libraries and executables are unchanged by this patch.

* libio/libio.h (_IO_file_flags): Remove macro.
All uses changed to _flags.
22 files changed:
ChangeLog
debug/fgets_chk.c
debug/fgets_u_chk.c
debug/fgetws_chk.c
debug/fgetws_u_chk.c
debug/gets_chk.c
libio/bits/types/struct_FILE.h
libio/fileops.c
libio/iofclose.c
libio/iofgets.c
libio/iofgets_u.c
libio/iofgetws.c
libio/iofgetws_u.c
libio/iogets.c
libio/iosetvbuf.c
libio/libio.h
libio/libioP.h
libio/oldfileops.c
libio/oldiofclose.c
libio/strfile.h
libio/strops.c
stdio-common/vfprintf.c