forked from Imagelibrary/rtems
commented of ENOTSUP until fixed in newlib
This commit is contained in:
@@ -363,6 +363,7 @@ int pthread_attr_setscope(
|
||||
return 0;
|
||||
|
||||
case PTHREAD_SCOPE_SYSTEM:
|
||||
/* XXX needs to be ENOTSUP */
|
||||
return ENOSYS;
|
||||
|
||||
default:
|
||||
|
||||
@@ -363,6 +363,7 @@ int pthread_attr_setscope(
|
||||
return 0;
|
||||
|
||||
case PTHREAD_SCOPE_SYSTEM:
|
||||
/* XXX needs to be ENOTSUP */
|
||||
return ENOSYS;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user