From 19ff93c921a9d31770bcfc194c078e7a42a5f14f Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Fri, 1 May 2026 20:12:55 +0200 Subject: Revert 00bee6fcd77f, which partially reverted libc++ commit aa7f377c965c After base 966fb94cb357, this revert is no longer necessary: stdint.h will unconditionally define macros such as `SIZE_MAX`, `UINT64_C`, and others. Submitted by: Nikolas Klauser MFC after: 1 month Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D56746 --- lib/libc++/module.modulemap | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/libc++/module.modulemap') diff --git a/lib/libc++/module.modulemap b/lib/libc++/module.modulemap index 90d61bf5f44a..a6e6059ab60e 100644 --- a/lib/libc++/module.modulemap +++ b/lib/libc++/module.modulemap @@ -2433,10 +2433,6 @@ module std_stddef_h [system] { // supports being included multiple times with different pre-defined macros textual header "stddef.h" } -module std_stdint_h [system] { - // supports being included multiple times with different pre-defined macros - textual header "stdint.h" -} module std_stdio_h [system] { // supports being included multiple times with different pre-defined macros textual header "stdio.h" -- cgit v1.3