commit a23fbfbfe5beb3f42fc2eef88fb468a2273921d4
Author: Tomohiro Kusumi <[email protected]>
Date: Sun May 17 08:54:23 2015 +0900
usched: Fix man usched_set(2)
- pid 0 is also allowed according to the current implementation.
- EINVAL is returned if
'if (uap->pid != 0 && uap->pid != curthread->td_proc->p_pid)'.
Summary of changes:
lib/libc/sys/usched_set.2 | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a23fbfbfe5beb3f42fc2eef88fb468a2273921d4
--
DragonFly BSD source repository