From 4e63ae5ae266312b5dda83731ef0989d898412f2 Mon Sep 17 00:00:00 2001 From: Mark Johannes Date: Wed, 14 Aug 1996 17:20:45 +0000 Subject: [PATCH] commented of ENOTSUP until fixed in newlib --- c/src/exec/posix/src/pthread.c | 1 + cpukit/posix/src/pthread.c | 1 + 2 files changed, 2 insertions(+) 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: diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c index 3741c09a15..0f508af5a5 100644 --- a/cpukit/posix/src/pthread.c +++ b/cpukit/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: