File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ add_entrypoint_object(
2929 ../open.h
3030 DEPENDS
3131 libc.hdr.types.mode_t
32+ libc.hdr.fcntl_macros
3233 libc.src.__support.OSUtil.osutil
3334 libc.src.errno.errno
3435)
Original file line number Diff line number Diff line change 1313#include " src/__support/macros/config.h"
1414#include " src/errno/libc_errno.h"
1515
16+ #include " hdr/fcntl_macros.h"
1617#include " hdr/types/mode_t.h"
1718#include < stdarg.h>
1819#include < sys/syscall.h> // For syscall numbers.
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ add_entrypoint_object(
66 ../posix_spawn.h
77 DEPENDS
88 libc.hdr.types.mode_t
9+ libc.hdr.fcntl_macros
910 libc.include .spawn
1011 libc.include .sys_syscall
1112 libc.include .signal
Original file line number Diff line number Diff line change 1414#include " src/__support/macros/config.h"
1515#include " src/spawn/file_actions.h"
1616
17+ #include " hdr/fcntl_macros.h"
1718#include " hdr/types/mode_t.h"
1819#include < signal.h> // For SIGCHLD
1920#include < spawn.h>
You can’t perform that action at this time.
0 commit comments