mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 14:50:42 +08:00
[libc] add the rest of the hdr/fcntl_macro.h headers (#113972)
This commit is contained in:
committed by
GitHub
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>
|
||||
|
||||
Reference in New Issue
Block a user