diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-04-15 15:09:27 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-04-15 15:09:27 +0000 |
commit | 57237edbf726308396247f7783fac99eb9fdad52 (patch) | |
tree | d425c8a34e0de63a54bfbacc1d748a12ea679796 /sys/kern/syscalls.c | |
parent | b1ec818d65428dd67f04d8fa4fbb046c7200ad57 (diff) |
Regen after sigsuspend and __thrsigdivert unlock
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r-- | sys/kern/syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 65cb8a2b144..1e514927817 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.275 2024/04/05 14:15:37 deraadt Exp $ */ +/* $OpenBSD: syscalls.c,v 1.276 2024/04/15 15:09:26 claudio Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.260 2024/04/05 14:15:13 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.261 2024/04/15 15:08:20 claudio Exp */ const char *const syscallnames[] = { |