glibc/argp
Florian Weimer 58ef663c94 argp: Do not override GCC keywords with macros [BZ #16907]
glibc provides fallback definitions already.  It is not necessary to
suppress warnings for unknown attributes because GCC does this
automatically for system headers.

This commit does not sync with gnulib because gnulib has started to use
_GL_* macros in the header file, which are arguably in the gnulib
implementation space and not suitable for an installed glibc header
file.

(cherry picked from commit 2c820533c6)
2016-08-18 11:40:21 +02:00
..
argp-ba.c
argp-eexst.c
argp-fmtstream.c argp: Use fwrite_unlocked instead of __fxprintf when !_LIBC 2016-01-07 04:25:54 -05:00
argp-fmtstream.h argp: Do not override GCC keywords with macros [BZ #16907] 2016-08-18 11:40:21 +02:00
argp-fs-xinl.c
argp-help.c
argp-namefrob.h
argp-parse.c
argp-pv.c
argp-pvh.c
argp-test.c
argp-xinl.c
argp.h argp: Do not override GCC keywords with macros [BZ #16907] 2016-08-18 11:40:21 +02:00
bug-argp1.c
bug-argp2.c
Makefile
tst-argp1.c
tst-argp2.c
Versions