aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-10-22 21:42:03 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-10-22 21:42:03 +0000
commitdd3ccfd92ed5ef6e4cda65e2341eeb83804269c9 (patch)
tree849a3e3e4dfe97c7101a6eaed530cf763b748444 /sys/alpha/linux
parent8c2c12607a1a34cd8f40bebc470ed24055c28673 (diff)
Notes
Diffstat (limited to 'sys/alpha/linux')
-rw-r--r--sys/alpha/linux/syscalls.master11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master
index b45469b2c3943..760311306764c 100644
--- a/sys/alpha/linux/syscalls.master
+++ b/sys/alpha/linux/syscalls.master
@@ -111,7 +111,8 @@
int prot, int flags, int fd, off_t pos); }
72 UNIMPL LINUX
73 STD LINUX { int linux_munmap(caddr_t addr, u_long len); }
-74 STD LINUX { int linux_mprotect(caddr_t addr, size_t len, int prot); }
+74 STD LINUX { int linux_mprotect(caddr_t addr, size_t len, \
+ int prot); }
75 UNIMPL LINUX madvise
76 STD LINUX { int linux_vhangup(void); }
77 UNIMPL LINUX
@@ -132,7 +133,8 @@
osethostname sethostname_args int
89 UNIMPL LINUX getdtablesize
90 NOPROTO LINUX { int dup2(u_int from, u_int to); }
-91 STD LINUX { int linux_newfstat(int fd, struct linux_newstat *buf); }
+91 STD LINUX { int linux_newfstat(int fd, \
+ struct linux_newstat *buf); }
92 STD LINUX { int linux_fcntl(int fd, int cmd, u_long arg); }
93 STD LINUX { int osf1_select(u_int nd, fd_set *in, fd_set *ou, \
fd_set *ex, struct timeval *tv); }
@@ -223,8 +225,7 @@
163 UNIMPL LINUX
164 UNIMPL LINUX
165 UNIMPL LINUX
-166 NOPROTO LINUX { int setdomainname(char *name, \
- int len); }
+166 NOPROTO LINUX { int setdomainname(char *name, int len); }
167 UNIMPL LINUX
168 UNIMPL LINUX
169 UNIMPL LINUX
@@ -399,11 +400,9 @@
const struct sched_param *param); }
331 NOPROTO POSIX { int sched_getparam (pid_t pid, \
struct sched_param *param); }
-
332 STD POSIX { int linux_sched_setscheduler(pid_t pid, int policy, \
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); }