glibc/argp
Adhemerval Zanella 110ec4954e argp: Expand argp_usage, _option_is_short, and _option_is_end
The argp code uses macro redefinitions to avoid duplicating static inline
implementations for argp_usage, _option_is_short, and _option_is_end.
However, this causes build issues with clang, as some function prototypes
are redefined to add the hidden attribute with libc_hidden_proto.

To avoid extensive changes to internal headers, just expand the function
implementations and avoid the macro redefine tricks.

Reviewed-by: Collin Funk <collin.funk1@gmail.com>
2025-10-29 12:53:57 -03:00
..
bits Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
Makefile Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
Versions
argp-ba.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
argp-eexst.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
argp-fmtstream.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
argp-fmtstream.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
argp-fs-xinl.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
argp-help.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
argp-namefrob.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
argp-parse.c argp: Fix shift bug 2025-06-02 13:32:19 -03:00
argp-pv.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
argp-pvh.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
argp-test.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
argp-xinl.c argp: Expand argp_usage, _option_is_short, and _option_is_end 2025-10-29 12:53:57 -03:00
argp.h argp: Expand argp_usage, _option_is_short, and _option_is_end 2025-10-29 12:53:57 -03:00
bug-argp1.c
bug-argp2.c
tst-argp1.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-argp2.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-ldbl-argp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00