Skip to content

Commit bd696c7

Browse files
authored
Merge pull request #17010 from compnerd/fcntl
2 parents 46db3a1 + a990013 commit bd696c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Platform/ucrt.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ module ucrt [system] {
7878
}
7979

8080
module POSIX {
81+
module fcntl {
82+
header "fcntl.h"
83+
export *
84+
}
85+
8186
module sys {
8287
export *
8388

0 commit comments

Comments
 (0)