Skip to content

Commit 4a66d9f

Browse files
author
Alexander Shaposhnikov
committed
[Glibc] Add missing entry for link.h
1 parent fa38b01 commit 4a66d9f

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)