three changes i forgot, from Gordon Ross (gwr@lamp)
This commit is contained in:
parent
9fb6210877
commit
40d241b53a
@ -1,4 +1,4 @@
|
||||
$Id: syscalls.master,v 1.13 1994/04/26 19:50:47 pk Exp $
|
||||
$Id: syscalls.master,v 1.14 1994/05/01 06:14:50 cgd Exp $
|
||||
; from: @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
; System call name/number master file (or rather, slave, from SunOS).
|
||||
; Processed to created sun_sysent.c, sun_syscalls.c and sun_syscall.h.
|
||||
@ -21,7 +21,7 @@
|
||||
; #ifdef's, etc. may be included, and are copied to the output files.
|
||||
|
||||
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
|
||||
@ -53,7 +53,7 @@
|
||||
30 COMPAT 2 sun_utime
|
||||
31 UNIMPL 0 was stty
|
||||
32 UNIMPL 0 was gtty
|
||||
33 STD 2 saccess access
|
||||
33 STD 2 access
|
||||
34 COMPAT 1 sun_nice
|
||||
35 COMPAT 1 sun_ftime
|
||||
36 STD 0 sync
|
||||
@ -71,7 +71,7 @@
|
||||
48 COMPAT 2 sun_ssig
|
||||
49 UNIMPL 0 reserved for USG
|
||||
50 UNIMPL 0 reserved for USG
|
||||
51 STD 1 sysacct acct
|
||||
51 STD 1 acct
|
||||
52 UNIMPL 0 nosys
|
||||
53 STD 4 sun_mctl
|
||||
54 STD 3 sun_ioctl
|
||||
|
Loading…
Reference in New Issue
Block a user