Skip to content

Commit 490b9fd

Browse files
authored
Merge pull request #6868 from jckarter/glibc.modulemap.gyb-3.1
Added module ifaddrs
2 parents 646fe60 + a3d92ae commit 490b9fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/public/Platform/glibc.modulemap.gyb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ module SwiftGlibc [system] {
219219
header "${GLIBC_INCLUDE_PATH}/netdb.h"
220220
export *
221221
}
222+
module ifaddrs {
223+
header "${GLIBC_INCLUDE_PATH}/ifaddrs.h"
224+
export *
225+
}
222226
module search {
223227
header "${GLIBC_INCLUDE_PATH}/search.h"
224228
export *

0 commit comments

Comments
 (0)