summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/pthread.c')
-rw-r--r--c/src/exec/posix/src/pthread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/pthread.c b/c/src/exec/posix/src/pthread.c
index 3741c09a15..0f508af5a5 100644
--- a/c/src/exec/posix/src/pthread.c
+++ b/c/src/exec/posix/src/pthread.c
@@ -363,6 +363,7 @@ int pthread_attr_setscope(
return 0;
case PTHREAD_SCOPE_SYSTEM:
+/* XXX needs to be ENOTSUP */
return ENOSYS;
default: