We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d13cdf commit fa250f2Copy full SHA for fa250f2
libc/include/llvm-libc-types/CMakeLists.txt
@@ -7,7 +7,7 @@ add_header(__call_once_func_t HDR __call_once_func_t.h)
7
add_header(__exec_argv_t HDR __exec_argv_t.h)
8
add_header(__exec_envp_t HDR __exec_envp_t.h)
9
add_header(__futex_word HDR __futex_word.h)
10
-add_header(__mutex_type HDR __mutex_type.h DEPENDS .__futex_word)
+add_header(__mutex_type HDR __mutex_type.h DEPENDS .__futex_word .pid_t)
11
add_header(__pthread_once_func_t HDR __pthread_once_func_t.h)
12
add_header(__pthread_start_t HDR __pthread_start_t.h)
13
add_header(__pthread_tss_dtor_t HDR __pthread_tss_dtor_t.h)
0 commit comments