From ac7dde47fc6a0eafe3a42e869e6de4dc2b66467c Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 12 Dec 2023 15:41:24 +0000 Subject: [PATCH] crank libc major because syscall(2) was removed --- lib/libc/shlib_version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 6e63f1afeef..211c24639f9 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -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. -- 2.20.1