Skip to content

Commit 29c123a

Browse files
[libc] adjust fields
1 parent fa250f2 commit 29c123a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/include/llvm-libc-types/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ add_header(__call_once_func_t HDR __call_once_func_t.h)
77
add_header(__exec_argv_t HDR __exec_argv_t.h)
88
add_header(__exec_envp_t HDR __exec_envp_t.h)
99
add_header(__futex_word HDR __futex_word.h)
10+
add_header(pid_t HDR pid_t.h)
1011
add_header(__mutex_type HDR __mutex_type.h DEPENDS .__futex_word .pid_t)
1112
add_header(__pthread_once_func_t HDR __pthread_once_func_t.h)
1213
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)
4546
add_header(nlink_t HDR nlink_t.h)
4647
add_header(off_t HDR off_t.h)
4748
add_header(once_flag HDR once_flag.h DEPENDS .__futex_word)
48-
add_header(pid_t HDR pid_t.h)
4949
add_header(posix_spawn_file_actions_t HDR posix_spawn_file_actions_t.h)
5050
add_header(posix_spawnattr_t HDR posix_spawnattr_t.h)
5151
add_header(pthread_attr_t HDR pthread_attr_t.h DEPENDS .size_t)

0 commit comments

Comments
 (0)