[libc++][NFC] Remove trailing whitespace from release notes
[llvm-project.git] / clang / test / Modules / Inputs / no-undeclared-includes-builtins / glibc / module.modulemap
blob0816a7a9bc6fc6838f7fa97cb349ebe2e24f6b24
1 module glibc [system] [no_undeclared_includes] {
2   // glibc relies on the builtin stddef.h, so it has no stddef.h of its own.
3   header "stdio.h"
4   export *