Skip to content

Commit 6ade714

Browse files
authored
Merge pull request swiftlang#25112 from drodriguez/android-fix-bionic-modulemap
[android] Fix Bionic modulemap file syntax.
2 parents 5a648ed + 770bba9 commit 6ade714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Platform/bionic.modulemap.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module SwiftGlibc [system] {
2727

2828
// C standard library
2929
module C {
30+
module features {
3031
header "${GLIBC_INCLUDE_PATH}/features.h"
3132
export *
3233
}

0 commit comments

Comments
 (0)