glibc/argp
Adhemerval Zanella 35cdd59852 argp: Expand argp_usage, _option_is_short, and _option_is_end
The argp code uses some clever macro redefine to avoid need to
duplicate the optimized static inline implementations for
argp_usage, _option_is_short, and _option_is_end.  This however
leads to some build issues with clang, since some function
prototypes are redefined to add the hidden attribute with
libc_hidden_proto.

To avoid extensive changes on internal headers, just expand the
function implementations and avoid the macro redefine tricks.
2024-04-17 16:12:10 -03:00
..
bits Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
argp-ba.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
argp-eexst.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
argp-fmtstream.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
argp-fmtstream.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
argp-fs-xinl.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
argp-help.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
argp-namefrob.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
argp-parse.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
argp-pv.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
argp-pvh.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
argp-test.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
argp-xinl.c argp: Expand argp_usage, _option_is_short, and _option_is_end 2024-04-17 16:12:10 -03:00
argp.h argp: Expand argp_usage, _option_is_short, and _option_is_end 2024-04-17 16:12:10 -03:00
bug-argp1.c * posix/wordexp.c (w_addword): Free word if realloc fails and it 2006-05-10 00:03:41 +00:00
bug-argp2.c Add test case for last argp bug. 2010-04-04 11:28:36 -07:00
Makefile Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-argp1.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-argp2.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-ldbl-argp.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Versions Update ABI information 2012-01-07 19:23:45 -05:00