[libc] change return type of pthread_setspecific to int in generated header (#124072)

Fixes: #124032
This commit is contained in:
Alex Prabhat Bara 2025-01-23 23:31:39 +05:30 committed by GitHub
parent e0cd57decb
commit 6045146014
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -402,7 +402,7 @@ functions:
- name: pthread_setspecific
standards:
- POSIX
return_type: void *
return_type: int
arguments:
- type: pthread_key_t
- type: const void *