Fix stdio module build on OS X
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@288778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -56,6 +56,7 @@ module std [system] {
|
|||||||
// <stdio.h>'s __need_* macros require textual inclusion.
|
// <stdio.h>'s __need_* macros require textual inclusion.
|
||||||
textual header "stdio.h"
|
textual header "stdio.h"
|
||||||
export *
|
export *
|
||||||
|
export Darwin.C.stdio
|
||||||
}
|
}
|
||||||
module stdlib_h {
|
module stdlib_h {
|
||||||
// <stdlib.h>'s __need_* macros require textual inclusion.
|
// <stdlib.h>'s __need_* macros require textual inclusion.
|
||||||
@@ -192,6 +193,7 @@ module std [system] {
|
|||||||
// FIXME: <cuchar> is missing.
|
// FIXME: <cuchar> is missing.
|
||||||
module cwchar {
|
module cwchar {
|
||||||
header "cwchar"
|
header "cwchar"
|
||||||
|
export depr.stdio_h
|
||||||
export *
|
export *
|
||||||
}
|
}
|
||||||
module cwctype {
|
module cwctype {
|
||||||
|
|||||||
Reference in New Issue
Block a user