Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/kern/syscalls.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/syscalls.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.316 retrieving revision 1.316.2.1 diff -u -p -r1.316 -r1.316.2.1 --- src/sys/kern/syscalls.c 2020/04/04 20:27:27 1.316 +++ src/sys/kern/syscalls.c 2020/04/25 11:24:06 1.316.2.1 @@ -1,14 +1,14 @@ -/* $NetBSD: syscalls.c,v 1.316 2020/04/04 20:27:27 thorpej Exp $ */ +/* $NetBSD: syscalls.c,v 1.316.2.1 2020/04/25 11:24:06 bouyer Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.298 2020/04/04 20:20:12 thorpej Exp + * created from NetBSD: syscalls.master,v 1.302 2020/04/22 21:22:21 thorpej Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.316 2020/04/04 20:27:27 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.316.2.1 2020/04/25 11:24:06 bouyer Exp $"); #if defined(_KERNEL_OPT) #ifdef _KERNEL_OPT @@ -371,7 +371,7 @@ const char *const syscallnames[] = { /* 323 */ "_lwp_setname", /* 324 */ "_lwp_getname", /* 325 */ "_lwp_ctl", - /* 326 */ "_lwp_gettid", + /* 326 */ "#326 (unimplemented)", /* 327 */ "#327 (unimplemented)", /* 328 */ "#328 (unimplemented)", /* 329 */ "#329 (unimplemented)", @@ -908,7 +908,7 @@ const char *const altsyscallnames[] = { /* 323 */ NULL, /* _lwp_setname */ /* 324 */ NULL, /* _lwp_getname */ /* 325 */ NULL, /* _lwp_ctl */ - /* 326 */ NULL, /* _lwp_gettid */ + /* 326 */ NULL, /* unimplemented */ /* 327 */ NULL, /* unimplemented */ /* 328 */ NULL, /* unimplemented */ /* 329 */ NULL, /* unimplemented */