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