commented of ENOTSUP until fixed in newlib

This commit is contained in:
Mark Johannes
1996-08-14 17:20:45 +00:00
parent aae1c9324a
commit 4e63ae5ae2
2 changed files with 2 additions and 0 deletions

View File

@@ -363,6 +363,7 @@ int pthread_attr_setscope(
return 0;
case PTHREAD_SCOPE_SYSTEM:
/* XXX needs to be ENOTSUP */
return ENOSYS;
default:

View File

@@ -363,6 +363,7 @@ int pthread_attr_setscope(
return 0;
case PTHREAD_SCOPE_SYSTEM:
/* XXX needs to be ENOTSUP */
return ENOSYS;
default: