Add entry for set_program_attributes().

This commit is contained in:
thorpej 1999-04-29 17:19:47 +00:00
parent 8ef6e2a635
commit fb1f070eba
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.20 1999/04/29 02:10:07 cgd Exp $
$NetBSD: syscalls.master,v 1.21 1999/04/29 17:19:47 thorpej Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -92,7 +92,9 @@
40 UNIMPL old lstat
41 NOARGS { int sys_dup(u_int fd); }
42 NOARGS { int sys_pipe(void); }
43 UNIMPL set_program_attributes
43 STD { int osf1_sys_set_program_attributes( \
caddr_t taddr, unsigned long tsize, \
caddr_t daddr, unsigned long dsize); }
44 UNIMPL profil
45 STD { int osf1_sys_open(const char *path, int flags, \
int mode); }