mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
[libc] change return type of pthread_setspecific to int in generated header (#124072)
Fixes: #124032
This commit is contained in:
committed by
GitHub
parent
e0cd57decb
commit
6045146014
@@ -402,7 +402,7 @@ functions:
|
||||
- name: pthread_setspecific
|
||||
standards:
|
||||
- POSIX
|
||||
return_type: void *
|
||||
return_type: int
|
||||
arguments:
|
||||
- type: pthread_key_t
|
||||
- type: const void *
|
||||
|
||||
Reference in New Issue
Block a user