Return ENOTSUP instead of -1.
This commit is contained in:
parent
7154827096
commit
1c890b215f
@ -43,7 +43,7 @@ int
|
||||
_pthread_suspend_np(pthread_t thread)
|
||||
{
|
||||
/* XXXTHR */
|
||||
return (-1);
|
||||
return (ENOTSUP);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user