Module Name: src Committed By: thorpej Date: Wed Apr 22 21:22:21 UTC 2020
Modified Files: src/sys/compat/netbsd32: syscalls.master src/sys/kern: sys_lwp.c syscalls.master Log Message: Remove _lwp_gettid(2) system call. This problem is going to be solved another way. (Note: this call was never exposed in libc, so we can just recycle the syscall number.) To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/sys/compat/netbsd32/syscalls.master cvs rdiff -u -r1.77 -r1.78 src/sys/kern/sys_lwp.c cvs rdiff -u -r1.301 -r1.302 src/sys/kern/syscalls.master Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.