svn commit: r293483 - stable/10/sys/i386/linux
Dmitry Chagin
dchagin at FreeBSD.org
Sat Jan 9 14:41:59 UTC 2016
Author: dchagin
Date: Sat Jan 9 14:41:58 2016
New Revision: 293483
URL: https://svnweb.freebsd.org/changeset/base/293483
Log:
MFC r283375:
In preparation for switching linuxulator to the use the native 1:1
threads use MI linux_sched_rr_get_interval() in i386.
Modified:
stable/10/sys/i386/linux/syscalls.master
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/i386/linux/syscalls.master
==============================================================================
--- stable/10/sys/i386/linux/syscalls.master Sat Jan 9 14:40:38 2016 (r293482)
+++ stable/10/sys/i386/linux/syscalls.master Sat Jan 9 14:41:58 2016 (r293483)
@@ -283,8 +283,8 @@
l_int policy); }
160 AUE_SCHED_GET_PRIORITY_MIN STD { int linux_sched_get_priority_min( \
l_int policy); }
-161 AUE_SCHED_RR_GET_INTERVAL NOPROTO { int sched_rr_get_interval(l_pid_t pid, \
- struct l_timespec *interval); }
+161 AUE_SCHED_RR_GET_INTERVAL STD { int linux_sched_rr_get_interval( \
+ l_pid_t pid, struct l_timespec *interval); }
162 AUE_NULL STD { int linux_nanosleep( \
const struct l_timespec *rqtp, \
struct l_timespec *rmtp); }
More information about the svn-src-stable
mailing list