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;
|
return 0;
|
||||||
|
|
||||||
case PTHREAD_SCOPE_SYSTEM:
|
case PTHREAD_SCOPE_SYSTEM:
|
||||||
|
/* XXX needs to be ENOTSUP */
|
||||||
return ENOSYS;
|
return ENOSYS;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -363,6 +363,7 @@ int pthread_attr_setscope(
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
case PTHREAD_SCOPE_SYSTEM:
|
case PTHREAD_SCOPE_SYSTEM:
|
||||||
|
/* XXX needs to be ENOTSUP */
|
||||||
return ENOSYS;
|
return ENOSYS;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user