aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux/syscalls.master
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2001-02-20 03:47:59 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2001-02-20 03:47:59 +0000
commitc9eeb59a014deab19c648f7ba2db55ee1b7a4449 (patch)
treef4432b89d8b634acbc31484c07d6e59cfe9213a8 /sys/alpha/linux/syscalls.master
parent504d8fd0401910d3f7abf6a550ac0ce3df7bdd16 (diff)
Notes
Diffstat (limited to 'sys/alpha/linux/syscalls.master')
-rw-r--r--sys/alpha/linux/syscalls.master8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master
index 450ca4dbb4ca..90613608bb72 100644
--- a/sys/alpha/linux/syscalls.master
+++ b/sys/alpha/linux/syscalls.master
@@ -59,8 +59,8 @@
18 UNIMPL LINUX
19 STD LINUX { int linux_lseek(int fdes, long off, int whence); }
20 NOPROTO LINUX { int getpid(void); }
-21 UNIMPL LINUX
-22 STD LINUX { int linux_umount(char *path); }
+21 UNIMPL LINUX osf1_mount
+22 STD LINUX { int linux_umount2(char *path, int flags); }
23 NOPROTO LINUX { int setuid(uid_t uid); }
24 NOPROTO LINUX { int getuid(void); }
25 UNIMPL LINUX
@@ -90,7 +90,7 @@
49 UNIMPL LINUX
50 UNIMPL LINUX
51 NOPROTO LINUX { int acct(char *path); }
-52 STD LINUX { int linux_umount2(char *path, int flags); }
+52 UNIMPL LINUX sigpending
53 UNIMPL LINUX
54 STD LINUX { int linux_ioctl(int fd, u_long cmd, u_long arg); }
55 UNIMPL LINUX
@@ -405,7 +405,7 @@
318 STD LINUX { int linux_sysinfo(void); }
319 STD LINUX { int linux_sysctl(void); }
320 STD LINUX { int linux_idle(void); }
-321 UNIMPL LINUX old_umount
+321 STD LINUX { int linux_umount(char *path); }
322 NOPROTO LINUX { int swapon(char *name); }
323 STD LINUX { int linux_times(struct linux_times_argv *buf); }
324 STD LINUX { int linux_personality(int per); }