Skip to content

Commit c79bb5b

Browse files
committed
Provide inotify from glibc
1 parent e08b219 commit c79bb5b

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
@@ -407,6 +407,10 @@ module SwiftGlibc [system] {
407407
header "${GLIBC_ARCH_INCLUDE_PATH}/sys/shm.h"
408408
export *
409409
}
410+
module inotify {
411+
header "${GLIBC_ARCH_INCLUDE_PATH}/sys/inotify.h"
412+
export *
413+
}
410414
% end
411415
module statvfs {
412416
header "${GLIBC_ARCH_INCLUDE_PATH}/sys/statvfs.h"

0 commit comments

Comments
 (0)