Skip to content

Commit e873b41

Browse files
author
Job Henandez Lara
authored
[libc] add the rest of the hdr/fcntl_macro.h headers (#113972)
1 parent bf4b31a commit e873b41

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

libc/src/fcntl/linux/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
)

libc/src/fcntl/linux/open.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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.

libc/src/spawn/linux/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

libc/src/spawn/linux/posix_spawn.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
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>

0 commit comments

Comments
 (0)