mirror of
https://github.com/fluencelabs/musl
synced 2025-06-03 01:51:51 +00:00
7 lines
105 B
C
7 lines
105 B
C
#include "pthread_impl.h"
|
|
|
|
int pthread_attr_getscope(const pthread_attr_t *a, int *scope)
|
|
{
|
|
return 0;
|
|
}
|