mirror of
https://github.com/fluencelabs/musl
synced 2025-05-23 12:41:32 +00:00
7 lines
98 B
C
7 lines
98 B
C
|
#include "pthread_impl.h"
|
||
|
|
||
|
int pthread_attr_setscope(pthread_attr_t *a, int scope)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|