diff options
author | denisk <denisk@yandex-team.ru> | 2022-02-10 16:48:13 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:13 +0300 |
commit | a3e40d22cc86312046f69a10ea401b78e9efb746 (patch) | |
tree | 9133cfa57ce2fa5b31742d1dac3bc609e00297a8 /contrib/libs/cxxsupp/libcxx/include/module.modulemap | |
parent | 0e38f1d675a0b3d02016acf698e8d04c0b224047 (diff) | |
download | ydb-a3e40d22cc86312046f69a10ea401b78e9efb746.tar.gz |
Restoring authorship annotation for <denisk@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/module.modulemap')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/module.modulemap | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/module.modulemap b/contrib/libs/cxxsupp/libcxx/include/module.modulemap index 80cdfe323f7..cf5cc800bb1 100644 --- a/contrib/libs/cxxsupp/libcxx/include/module.modulemap +++ b/contrib/libs/cxxsupp/libcxx/include/module.modulemap @@ -36,10 +36,10 @@ module std [system] { } // <iso646.h> provided by compiler. // <limits.h> provided by compiler or C library. - module locale_h { - header "locale.h" - export * - } + module locale_h { + header "locale.h" + export * + } module math_h { header "math.h" export * @@ -56,13 +56,13 @@ module std [system] { // <stddef.h>'s __need_* macros require textual inclusion. textual header "stddef.h" } - module stdint_h { - header "stdint.h" - export * - // FIXME: This module only exists on OS X and for some reason the - // wildcard above doesn't export it. - export Darwin.C.stdint - } + module stdint_h { + header "stdint.h" + export * + // FIXME: This module only exists on OS X and for some reason the + // wildcard above doesn't export it. + export Darwin.C.stdint + } module stdio_h { // <stdio.h>'s __need_* macros require textual inclusion. textual header "stdio.h" @@ -176,7 +176,7 @@ module std [system] { } module cstdint { header "cstdint" - export depr.stdint_h + export depr.stdint_h export * } module cstdio { |