summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/pthread.c
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-14 17:20:45 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-14 17:20:45 +0000
commit4e63ae5ae266312b5dda83731ef0989d898412f2 (patch)
tree818a7ae8e005dce50012fffc419905530631a2fe /c/src/exec/posix/src/pthread.c
parentpthread_cond_timedwait: added error cases for abstime (diff)
downloadrtems-4e63ae5ae266312b5dda83731ef0989d898412f2.tar.bz2
commented of ENOTSUP until fixed in newlib
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: