File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ add_subdirectory(string)
15
15
add_subdirectory (strings )
16
16
add_subdirectory (wchar )
17
17
add_subdirectory (time )
18
+ add_subdirectory (unistd )
18
19
19
20
if (${LIBC_TARGET_OS} STREQUAL "linux" )
20
21
add_subdirectory (dirent )
@@ -23,7 +24,6 @@ if(${LIBC_TARGET_OS} STREQUAL "linux")
23
24
add_subdirectory (sched )
24
25
add_subdirectory (sys )
25
26
add_subdirectory (termios )
26
- add_subdirectory (unistd )
27
27
endif ()
28
28
29
29
if (NOT LLVM_LIBC_FULL_BUILD )
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ add_subdirectory(string)
61
61
add_subdirectory (strings )
62
62
add_subdirectory (wchar )
63
63
add_subdirectory (time )
64
+ add_subdirectory (unistd )
64
65
65
66
# Depends on utilities in stdlib
66
67
add_subdirectory (inttypes )
@@ -70,7 +71,6 @@ if(${LIBC_TARGET_OS} STREQUAL "linux")
70
71
add_subdirectory (sched )
71
72
add_subdirectory (sys )
72
73
add_subdirectory (termios )
73
- add_subdirectory (unistd )
74
74
endif ()
75
75
76
76
if (NOT LLVM_LIBC_FULL_BUILD )
You can’t perform that action at this time.
0 commit comments