aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2001-02-20 02:16:07 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2001-02-20 02:16:07 +0000
commit6de4a7300a0d25f4415aa10c51073ccdfaa7618c (patch)
tree8f76e8e4cd5b8c2e62e04ae488c78e330cb0462d /sys/alpha/linux
parent3d92fc05aa60c3a2fe0ca62be40f4117a64d7603 (diff)
Notes
Diffstat (limited to 'sys/alpha/linux')
-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 038fe947afe6..450ca4dbb4ca 100644
--- a/sys/alpha/linux/syscalls.master
+++ b/sys/alpha/linux/syscalls.master
@@ -59,9 +59,7 @@
18 UNIMPL LINUX
19 STD LINUX { int linux_lseek(int fdes, long off, int whence); }
20 NOPROTO LINUX { int getpid(void); }
-21 STD LINUX { int linux_mount(char *specialfile, char *dir, \
- char *filesystemtype, u_long rwflag, \
- void *data); }
+21 UNIMPL LINUX
22 STD LINUX { int linux_umount(char *path); }
23 NOPROTO LINUX { int setuid(uid_t uid); }
24 NOPROTO LINUX { int getuid(void); }
@@ -385,7 +383,9 @@
299 UNIMPL LINUX
300 STD LINUX { int linux_bdflush(void); }
301 UNIMPL LINUX sethae
-302 STD LINUX { int linux_mount(void); }
+302 STD LINUX { int linux_mount(char *specialfile, char *dir, \
+ char *filesystemtype, u_long rwflag, \
+ void *data); }
303 UNIMPL LINUX old_adjtimex
304 STD LINUX { int linux_swapoff(void); }
305 STD LINUX { int linux_getdents(int fd, void *dent, \