From: GNU Libc Maintainers Date: Sat, 8 Oct 2022 15:53:16 +0000 (+0100) Subject: local-config_h_in X-Git-Tag: archive/raspbian/2.28-10+rpi1+deb10u2^2~64 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=564bf539d93cd7828feca5007f69b5fb0b57ed92;p=glibc.git 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 --- 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