diff options
author | Kamlesh Kumar <kamleshbhalui@gmail.com> | 2019-12-05 16:49:00 +0100 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2022-05-24 21:21:05 -0700 |
commit | 2fa202fdd10de62ca436d567f12ccc3e40f29476 (patch) | |
tree | 0c0ab41d9d37cb1237c049da748de31313dfefbb /libidn | |
parent | 20f6c924222f2677d9a53fa3b6c1ea76a1341840 (diff) | |
download | glibc-2fa202fdd10de62ca436d567f12ccc3e40f29476.zip glibc-2fa202fdd10de62ca436d567f12ccc3e40f29476.tar.gz glibc-2fa202fdd10de62ca436d567f12ccc3e40f29476.tar.bz2 |
<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]
Without the asm redirects, strchr et al. are not const-correct.
libc++ has a wrapper header that works with and without
__CORRECT_ISO_CPP_STRING_H_PROTO (using a Clang extension). But when
Clang is used with libstdc++ or just C headers, the overloaded functions
with the correct types are not declared.
This change does not impact current GCC (with libstdc++ or libc++).
(cherry picked from commit 953ceff17a4a15b10cfdd5edc3c8cae4884c8ec3)
Diffstat (limited to 'libidn')
0 files changed, 0 insertions, 0 deletions