[libc] change return type of pthread_setspecific to int in generated header (#124072)
Fixes: #124032
This commit is contained in:
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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user