diff options
Diffstat (limited to '05/musl-0.6.0/src/thread/pthread_attr_getscope.c')
-rw-r--r-- | 05/musl-0.6.0/src/thread/pthread_attr_getscope.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/05/musl-0.6.0/src/thread/pthread_attr_getscope.c b/05/musl-0.6.0/src/thread/pthread_attr_getscope.c new file mode 100644 index 0000000..0cb224d --- /dev/null +++ b/05/musl-0.6.0/src/thread/pthread_attr_getscope.c @@ -0,0 +1,6 @@ +#include "pthread_impl.h" + +int pthread_attr_getscope(pthread_attr_t *a, int *scope) +{ + return 0; +} |