kill 'aliases'

This commit is contained in:
cgd 1994-04-29 04:29:14 +00:00
parent e5ad8074f2
commit 6029e550f1

View File

@ -1,4 +1,4 @@
$Id: syscalls.master,v 1.15 1994/04/16 23:19:06 cgd Exp $
$Id: syscalls.master,v 1.16 1994/04/29 04:29:14 cgd Exp $
; from: @(#)syscalls.master 7.26 (Berkeley) 3/25/91
; System call name/number master file.
; Processed to created init_sysent.c, syscalls.c and syscall.h.
@ -28,7 +28,7 @@
; of the current calls.
0 STD 0 nosys syscall
1 STD 1 rexit exit
1 STD 1 exit
2 STD 0 fork
3 STD 3 read
4 STD 3 write
@ -60,7 +60,7 @@
30 STD 3 accept
31 STD 3 getpeername
32 STD 3 getsockname
33 STD 2 saccess access
33 STD 2 access
34 STD 2 chflags
35 STD 2 fchflags
36 STD 0 sync
@ -82,7 +82,7 @@
48 STD 2 sigprocmask
49 STD 2 getlogin
50 STD 1 setlogin
51 STD 1 sysacct acct
51 STD 1 acct
52 STD 0 sigpending
#ifdef notyet
53 STD 3 sigaltstack
@ -264,7 +264,7 @@
194 UNIMPL 0 nosys
195 UNIMPL 0 nosys
196 UNIMPL 0 nosys
197 STD 8 smmap mmap
197 STD 8 mmap
198 STD 0 nosys __syscall
199 STD 5 lseek
200 STD 4 truncate