Skip to content

Commit d5478cf

Browse files
committed
Fill in UNISTD_H for PURE_WINDOWS
1 parent dc4c5d0 commit d5478cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/cmake/config-ix.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ elseif (PURE_WINDOWS)
9292
set(HAVE_SYS_TYPES_H 1)
9393
set(HAVE_SYSEXITS_H 0)
9494
set(HAVE_TERMIOS_H 0)
95+
set(HAVE_UNISTD_H 0)
9596
elseif (ZOS)
9697
# Confirmed in
9798
# https://github.com/llvm/llvm-project/pull/104706#issuecomment-2297109613

0 commit comments

Comments
 (0)