[libc] add the rest of the hdr/fcntl_macro.h headers (#113972)

This commit is contained in:
Job Henandez Lara
2024-10-28 15:32:45 -07:00
committed by GitHub
parent bf4b31ad54
commit e873b415a2
4 changed files with 4 additions and 0 deletions

View File

@@ -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
)

View File

@@ -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.

View File

@@ -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

View File

@@ -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>