regen
authoranton <anton@openbsd.org>
Thu, 6 May 2021 12:57:02 +0000 (12:57 +0000)
committeranton <anton@openbsd.org>
Thu, 6 May 2021 12:57:02 +0000 (12:57 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index 7f55d16..d361c4c 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.221 2021/05/04 18:14:59 cheloha Exp $       */
+/*     $OpenBSD: init_sysent.c,v 1.222 2021/05/06 12:57:02 anton Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp 
  */
 
 #include <sys/param.h>
@@ -435,7 +435,7 @@ struct sysent sysent[] = {
            sys_mmap },                         /* 197 = mmap */
        { 0, 0, 0,
            sys_nosys },                        /* 198 = __syscall (indir) */
-       { 4, s(struct sys_lseek_args), 0,
+       { 4, s(struct sys_lseek_args), SY_NOLOCK | 0,
            sys_lseek },                        /* 199 = lseek */
        { 3, s(struct sys_truncate_args), 0,
            sys_truncate },                     /* 200 = truncate */
index 1442b3c..26346f3 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.220 2021/05/04 18:14:58 cheloha Exp $  */
+/*     $OpenBSD: syscalls.c,v 1.221 2021/05/06 12:57:02 anton Exp $    */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp 
  */
 
 char *syscallnames[] = {
index 5335de8..0503ccd 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.220 2021/05/04 18:14:58 cheloha Exp $   */
+/*     $OpenBSD: syscall.h,v 1.221 2021/05/06 12:57:03 anton Exp $     */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
index 19bb1d2..87ceeee 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.223 2021/05/04 18:14:58 cheloha Exp $       */
+/*     $OpenBSD: syscallargs.h,v 1.224 2021/05/06 12:57:03 anton Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.211 2021/05/06 12:55:20 anton Exp 
  */
 
 #ifdef syscallarg