Return ENOTSUP instead of -1.

This commit is contained in:
ru 2004-01-15 16:09:58 +00:00
parent 7154827096
commit 1c890b215f

View File

@ -43,7 +43,7 @@ int
_pthread_suspend_np(pthread_t thread)
{
/* XXXTHR */
return (-1);
return (ENOTSUP);
}
void