File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -467,8 +467,6 @@ add_entrypoint_object(
467467 ../setsid.h
468468 DEPENDS
469469 libc.hdr.types.pid_t
470- libc.hdr.fcntl_macros
471- libc.include .unistd
472470 libc.include .sys_syscall
473471 libc.src.__support.OSUtil.osutil
474472)
Original file line number Diff line number Diff line change 88
99#include " src/unistd/setsid.h"
1010
11+ #include " hdr/types/pid_t.h"
1112#include " src/__support/OSUtil/syscall.h" // For internal syscall function.
1213#include " src/__support/common.h"
1314#include " src/__support/macros/config.h"
Original file line number Diff line number Diff line change 1010#define LLVM_LIBC_SRC_UNISTD_GETPID_H
1111
1212#include " hdr/types/pid_t.h"
13- #include " hdr/unistd_macros.h"
1413#include " src/__support/macros/config.h"
1514
1615namespace LIBC_NAMESPACE_DECL {
You can’t perform that action at this time.
0 commit comments