Return ENOTSUP instead of -1.

This commit is contained in:
ru 2004-01-15 16:09:58 +00:00
parent e28980cea7
commit 90d1bd0020

View File

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