diff --git a/sys/compat/osf1/syscalls.master b/sys/compat/osf1/syscalls.master index 7f92ab067dd7..901c9d16905b 100644 --- a/sys/compat/osf1/syscalls.master +++ b/sys/compat/osf1/syscalls.master @@ -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); }