From 076f09afbac1aa57756faa7a8feadb7936a724e4 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 15 Apr 2020 17:17:32 +0200 Subject: Linux: Remove and the sysctl function Linux 5.5 remove the system call in commit 61a47c1ad3a4dc6882f01ebdc88138ac62d0df03 ("Linux: Remove "). Therefore, the compat function is just a stub that sets ENOSYS. Due to SHLIB_COMPAT, new ports will not add the sysctl function anymore automatically. x32 already lacks the sysctl function, so an empty sysctl.c file is used to suppress it. Otherwise, a new compat symbol would be added. Reviewed-by: Adhemerval Zanella --- include/sys/sysctl.h | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 include/sys/sysctl.h (limited to 'include/sys') diff --git a/include/sys/sysctl.h b/include/sys/sysctl.h deleted file mode 100644 index fa102aa226..0000000000 --- a/include/sys/sysctl.h +++ /dev/null @@ -1,3 +0,0 @@ -#ifndef _SYS_SYSCTL_H -#include_next -#endif /* _SYS_SYSCTL_H */ -- cgit 1.4.1