Return ENOTSUP instead of -1.

This commit is contained in:
Ruslan Ermilov 2004-01-15 16:09:58 +00:00
parent bc5cc7732e
commit 2ed59d22bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124564

View file

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