Add a stub pinsyscalls() system call that simply returns 0 for now,
authorderaadt <deraadt@openbsd.org>
Thu, 7 Dec 2023 13:59:04 +0000 (13:59 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 7 Dec 2023 13:59:04 +0000 (13:59 +0000)
commitf702e215c1561830b639f515b847ff5cc200bf10
tree83ae3573cdcce3bda46c6f25f6e9bc3a2920141a
parent74580c44efc9169e2faf585074dbbc748d4317f2
Add a stub pinsyscalls() system call that simply returns 0 for now,
before future work where ld.so(1) will need this new system call.
Putting this in the kernel ahead of time will save some grief.
ok kettenis
sys/kern/syscalls.master
sys/uvm/uvm_mmap.c