Skip to content

Commit 749d4b0

Browse files
authored
Merge pull request #26442 from alexshap/fix_glibc
2 parents 49a037c + 4a66d9f commit 749d4b0

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
@@ -319,6 +319,10 @@ module SwiftGlibc [system] {
319319
header "${GLIBC_INCLUDE_PATH}/dirent.h"
320320
export *
321321
}
322+
module dl {
323+
header "${GLIBC_INCLUDE_PATH}/link.h"
324+
export *
325+
}
322326
module dlfcn {
323327
header "${GLIBC_INCLUDE_PATH}/dlfcn.h"
324328
export *

0 commit comments

Comments
 (0)