[libc] add the rest of the hdr/fcntl_macro.h headers (#113972)
This commit is contained in:
parent
bf4b31ad54
commit
e873b415a2
@ -29,6 +29,7 @@ add_entrypoint_object(
|
||||
../open.h
|
||||
DEPENDS
|
||||
libc.hdr.types.mode_t
|
||||
libc.hdr.fcntl_macros
|
||||
libc.src.__support.OSUtil.osutil
|
||||
libc.src.errno.errno
|
||||
)
|
||||
|
||||
@ -13,6 +13,7 @@
|
||||
#include "src/__support/macros/config.h"
|
||||
#include "src/errno/libc_errno.h"
|
||||
|
||||
#include "hdr/fcntl_macros.h"
|
||||
#include "hdr/types/mode_t.h"
|
||||
#include <stdarg.h>
|
||||
#include <sys/syscall.h> // For syscall numbers.
|
||||
|
||||
@ -6,6 +6,7 @@ add_entrypoint_object(
|
||||
../posix_spawn.h
|
||||
DEPENDS
|
||||
libc.hdr.types.mode_t
|
||||
libc.hdr.fcntl_macros
|
||||
libc.include.spawn
|
||||
libc.include.sys_syscall
|
||||
libc.include.signal
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
#include "src/__support/macros/config.h"
|
||||
#include "src/spawn/file_actions.h"
|
||||
|
||||
#include "hdr/fcntl_macros.h"
|
||||
#include "hdr/types/mode_t.h"
|
||||
#include <signal.h> // For SIGCHLD
|
||||
#include <spawn.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user