diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-07-21 14:12:01 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-04-17 16:12:10 -0300 |
commit | 35cdd59852251b2e69b3311ab1e22fccdb5e1a18 (patch) | |
tree | d683e2a3f1af295d259688effca8f8f1e09224ec /configure | |
parent | ed63857295eb3d48e9114ae4c697f65d5d83635a (diff) | |
download | glibc-35cdd59852251b2e69b3311ab1e22fccdb5e1a18.zip glibc-35cdd59852251b2e69b3311ab1e22fccdb5e1a18.tar.gz glibc-35cdd59852251b2e69b3311ab1e22fccdb5e1a18.tar.bz2 |
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.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions