mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Return ENOTSUP instead of -1.
This commit is contained in:
parent
bc5cc7732e
commit
2ed59d22bd
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ int
|
|||
_pthread_suspend_np(pthread_t thread)
|
||||
{
|
||||
/* XXXTHR */
|
||||
return (-1);
|
||||
return (ENOTSUP);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue