mirror of
git://sourceware.org/git/glibc.git
synced 2026-09-08 23:58:31 +08:00
Undef __INT64_C/__UINT64_C for glibc build and test
Since clang 20 defines __INT64_C and __UINT64_C as built-in macros, undef them for glibc build and test. This fixes BZ #33311. Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Collin Funk <collin.funk1@gmail.com>
This commit is contained in:
@@ -1 +1,6 @@
|
||||
#ifndef _STDINT_H
|
||||
/* NB: Clang 20 defines them as built-in macros. */
|
||||
#undef __INT64_C
|
||||
#undef __UINT64_C
|
||||
#include <stdlib/stdint.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user