diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-09-13 18:46:24 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-09-13 18:46:24 +0000 |
| commit | 5949ba21364c42168f03fee655a0b61f06c3cb00 (patch) | |
| tree | 5c18106dbca66446bf07dbdb3772c5a812e2053f /sys/posix4 | |
| parent | c08c4e81fc823a3a3aefda81ba6fe95f7cc00ae1 (diff) | |
Notes
Diffstat (limited to 'sys/posix4')
| -rw-r--r-- | sys/posix4/ksched.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/posix4/ksched.c b/sys/posix4/ksched.c index 950cbb257b13a..6ef2940b6826d 100644 --- a/sys/posix4/ksched.c +++ b/sys/posix4/ksched.c @@ -228,6 +228,10 @@ int ksched_setscheduler(register_t *ret, struct ksched *ksched, mtx_unlock_spin(&sched_lock); } break; + + default: + e = EINVAL; + break; } return e; |
