blob: b06142a61a2077855c414bec1168bd94b0959eba [file] [log] [blame]
module "libc++" {
module math { header "math.h" export * }
module stdlib { header "stdlib.h" export * }
module stddef { header "stddef.h" export * }
module stdio { textual header "stdio.h" export * }
// FIXME: remove "textual" from stdint module below once the issue
// between umbrella headers and builtins is resolved.
module stdint { textual header "stdint.h" export * }
module __config { header "__config" export * }
}