crank libc major because syscall(2) was removed
authorderaadt <deraadt@openbsd.org>
Tue, 12 Dec 2023 15:41:24 +0000 (15:41 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 12 Dec 2023 15:41:24 +0000 (15:41 +0000)
lib/libc/shlib_version

index 6e63f1a..211c246 100644 (file)
@@ -1,4 +1,4 @@
-major=97
-minor=1
+major=98
+minor=0
 # note: If changes were made to include/thread_private.h or if system calls
 # were added/changed then librthread/shlib_version must also be updated.