diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-07-10 22:30:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-07-10 22:30:08 +0000 |
| commit | d14897d381dcca6c27fd5b59740d3a60176d0c61 (patch) | |
| tree | 9a441ed562e76c30d17227ce1298d55dcd1e3e48 /sys/alpha/linux | |
| parent | c5b75d8223b923a1dacec55c91f441710139798e (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux')
| -rw-r--r-- | sys/alpha/linux/syscalls.master | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master index 6da4c37637f0..912cb3244597 100644 --- a/sys/alpha/linux/syscalls.master +++ b/sys/alpha/linux/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.10 1998/03/29 07:59:10 peter Exp $ + $Id: syscalls.master,v 1.11 1998/06/09 03:28:14 bde Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from LINUX). @@ -233,7 +233,8 @@ 162 NOPROTO POSIX { int nanosleep(const struct timespec *rqtp, \ struct timespec *rmtp); } -163 UNIMPL LINUX mremap +163 STD LINUX { int linux_mremap(caddr_t addr, int old_len, \ + int new_len, int flags); } 164 UNIMPL LINUX setresuid 165 UNIMPL LINUX getresuid 166 UNIMPL LINUX new_vm86 |
