File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
libc/include/llvm-libc-types Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ add_header(__call_once_func_t HDR __call_once_func_t.h)
7
7
add_header (__exec_argv_t HDR __exec_argv_t.h )
8
8
add_header (__exec_envp_t HDR __exec_envp_t.h )
9
9
add_header (__futex_word HDR __futex_word.h )
10
+ add_header (pid_t HDR pid_t.h )
10
11
add_header (__mutex_type HDR __mutex_type.h DEPENDS .__futex_word .pid_t )
11
12
add_header (__pthread_once_func_t HDR __pthread_once_func_t.h )
12
13
add_header (__pthread_start_t HDR __pthread_start_t.h )
@@ -45,7 +46,6 @@ add_header(mtx_t HDR mtx_t.h DEPENDS .__futex_word .__mutex_type)
45
46
add_header (nlink_t HDR nlink_t.h )
46
47
add_header (off_t HDR off_t.h )
47
48
add_header (once_flag HDR once_flag.h DEPENDS .__futex_word )
48
- add_header (pid_t HDR pid_t.h )
49
49
add_header (posix_spawn_file_actions_t HDR posix_spawn_file_actions_t.h )
50
50
add_header (posix_spawnattr_t HDR posix_spawnattr_t.h )
51
51
add_header (pthread_attr_t HDR pthread_attr_t.h DEPENDS .size_t )
You can’t perform that action at this time.
0 commit comments