diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2026-05-01 18:12:55 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2026-05-01 18:16:18 +0000 |
| commit | 19ff93c921a9d31770bcfc194c078e7a42a5f14f (patch) | |
| tree | b1ec9511b444a957da9140a6ee1f960c759b829e /lib/libc++/module.modulemap | |
| parent | 966fb94cb3575ccd39da211165d0858fd0eb0ef2 (diff) | |
Diffstat (limited to 'lib/libc++/module.modulemap')
| -rw-r--r-- | lib/libc++/module.modulemap | 4 |
1 files changed, 0 insertions, 4 deletions
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] { // <stddef.h> supports being included multiple times with different pre-defined macros textual header "stddef.h" } -module std_stdint_h [system] { - // <stdint.h> supports being included multiple times with different pre-defined macros - textual header "stdint.h" -} module std_stdio_h [system] { // <stdio.h> supports being included multiple times with different pre-defined macros textual header "stdio.h" |
