From 4e63ae5ae266312b5dda83731ef0989d898412f2 Mon Sep 17 00:00:00 2001 From: Mark Johannes Date: Wed, 14 Aug 1996 17:20:45 +0000 Subject: commented of ENOTSUP until fixed in newlib --- c/src/exec/posix/src/pthread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/exec/posix/src/pthread.c') 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: -- cgit v1.2.3