From f8339883643fab3e31e7c14b2ee363fa829ebe30 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sat, 9 Feb 2019 17:34:27 +0000 Subject: [PATCH] local-config_h_in 2009-05-23 Aurelien Jarno * config.h.in (__KFREEBSD_KERNEL_VERSION): Add. Gbp-Pq: Topic kfreebsd Gbp-Pq: Name local-config_h_in.patch --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 141db213a..55a5e2d9e 100644 --- a/config.h.in +++ b/config.h.in @@ -109,6 +109,9 @@ /* Linux specific: minimum supported kernel version. */ #undef __LINUX_KERNEL_VERSION +/* kFreeBSD specific: minimum supported kernel version. */ +#undef __KFREEBSD_KERNEL_VERSION + /* Override abi-tags ABI version if necessary. */ #undef __ABI_TAG_VERSION -- 2.30.2