diff options
Diffstat (limited to 'include/stdint.h')
-rw-r--r-- | include/stdint.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/stdint.h b/include/stdint.h index 7f42874..8db6187 100644 --- a/include/stdint.h +++ b/include/stdint.h @@ -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 |