diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1999-09-14 01:07:02 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1999-09-14 01:07:02 +0000 |
commit | 898dfe8992dbd2ee98104c8f130e80fb94f03e45 (patch) | |
tree | de9b6dd1a1e7142b1d27d36f5bc2733b0a9f1ac1 /sys/compat/netbsd/netbsd_syscalls.c | |
parent | f234ea2e1ab44ed800dc636a8a4e16aac89d3f4b (diff) |
regen
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscalls.c')
-rw-r--r-- | sys/compat/netbsd/netbsd_syscalls.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/netbsd/netbsd_syscalls.c b/sys/compat/netbsd/netbsd_syscalls.c index 1251893eb86..147343d4c9d 100644 --- a/sys/compat/netbsd/netbsd_syscalls.c +++ b/sys/compat/netbsd/netbsd_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscalls.c,v 1.2 1999/09/12 14:35:21 kstailey Exp $ */ +/* $OpenBSD: netbsd_syscalls.c,v 1.3 1999/09/14 01:07:01 kstailey Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.2 1999/09/12 14:34:18 kstailey Exp + * created from; OpenBSD: syscalls.master,v 1.3 1999/09/14 01:05:25 kstailey Exp */ char *netbsd_syscallnames[] = { @@ -363,7 +363,7 @@ char *netbsd_syscallnames[] = { "__stat13", /* 278 = __stat13 */ "__fstat13", /* 279 = __fstat13 */ "__lstat13", /* 280 = __lstat13 */ - "#281 (unimplemented)", /* 281 = unimplemented */ + "__sigaltstack14", /* 281 = __sigaltstack14 */ "#282 (unimplemented)", /* 282 = unimplemented */ "#283 (unimplemented)", /* 283 = unimplemented */ "#284 (unimplemented)", /* 284 = unimplemented */ @@ -377,11 +377,11 @@ char *netbsd_syscallnames[] = { #endif "#289 (unimplemented)", /* 289 = unimplemented */ "#290 (unimplemented)", /* 290 = unimplemented */ - "#291 (unimplemented)", /* 291 = unimplemented */ - "#292 (unimplemented)", /* 292 = unimplemented */ + "__sigaction14", /* 291 = __sigaction14 */ + "__sigpending14", /* 292 = __sigpending14 */ "#293 (unimplemented)", /* 293 = unimplemented */ "#294 (unimplemented)", /* 294 = unimplemented */ - "#295 (unimplemented)", /* 295 = unimplemented */ + "__sigreturn14", /* 295 = __sigreturn14 */ "__getcwd", /* 296 = __getcwd */ "#297 (unimplemented)", /* 297 = unimplemented */ }; |