diff options
Diffstat (limited to 'src/thread/pthread_attr_setscope.c')
-rw-r--r-- | src/thread/pthread_attr_setscope.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/pthread_attr_setscope.c b/src/thread/pthread_attr_setscope.c index 46b520c0..c7f57ab4 100644 --- a/src/thread/pthread_attr_setscope.c +++ b/src/thread/pthread_attr_setscope.c @@ -11,3 +11,11 @@ int pthread_attr_setscope(pthread_attr_t *a, int scope) return EINVAL; } } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |