summaryrefslogtreecommitdiff
path: root/sys/alpha/linux
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2001-08-27 08:51:16 +0000
committerAlan Cox <alc@FreeBSD.org>2001-08-27 08:51:16 +0000
commitf90226055f106d3899115ce1b8f27b90da688d2b (patch)
treeb49a7c8db7a0e4889348ba38f0eeb44234da32d1 /sys/alpha/linux
parent3b5e77a95fac074b1ea740071f801aef732ce5ab (diff)
Notes
Diffstat (limited to 'sys/alpha/linux')
-rw-r--r--sys/alpha/linux/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master
index 49cbc998e638..90e8751e16d1 100644
--- a/sys/alpha/linux/syscalls.master
+++ b/sys/alpha/linux/syscalls.master
@@ -423,8 +423,8 @@
const struct sched_param *param); }
333 STD POSIX { int linux_sched_getscheduler (pid_t pid); }
334 NOPROTO POSIX { int sched_yield (void); }
-335 NOPROTO POSIX { int sched_get_priority_max (int policy); }
-336 NOPROTO POSIX { int sched_get_priority_min (int policy); }
+335 STD POSIX { int linux_sched_get_priority_max (int policy); }
+336 STD POSIX { int linux_sched_get_priority_min (int policy); }
337 NOPROTO POSIX { int sched_rr_get_interval (pid_t pid, \
struct timespec *interval); }
338 UNIMPL LINUX afs_syscall