From b43cc61bc85781e384eb183c3818b08421f0b84f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 16 Sep 2022 11:23:42 +0200 Subject: cpu: remove support for deprecated sysctl.h header It is not present with new glibc versions. --- config.asm | 1 - 1 file changed, 1 deletion(-) (limited to 'config.asm') diff --git a/config.asm b/config.asm index 0ee0ca2..828455b 100644 --- a/config.asm +++ b/config.asm @@ -230,7 +230,6 @@ %define HAVE_STRERROR_R 1 %define HAVE_STRPTIME 1 %define HAVE_SYSCONF 1 -%define HAVE_SYSCTL 1 %define HAVE_USLEEP 1 %define HAVE_VIRTUALALLOC 0 %define HAVE_PTHREADS 1 -- cgit v1.2.3