git: usched: Fix man usched_set(2)
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sat May 16 17:52:39 PDT 2015
commit a23fbfbfe5beb3f42fc2eef88fb468a2273921d4
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
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
More information about the Commits
mailing list