initial commit
[glibc.git] / debian / patches / kfreebsd / local-config_h_in.patch
1 2009-05-23 Aurelien Jarno <aurelien@aurel32.net>
2
3 * config.h.in (__KFREEBSD_KERNEL_VERSION): Add.
4
5 ---
6 config.h.in | 3 +++
7 1 file changed, 3 insertions(+)
8
9 --- a/config.h.in
10 +++ b/config.h.in
11 @@ -144,6 +144,9 @@
12 /* Linux specific: __LINUX_KERNEL_VERSION as a string. */
13 #undef __LINUX_KERNEL_VERSION_STR
14
15 +/* kFreeBSD specific: minimum supported kernel version. */
16 +#undef __KFREEBSD_KERNEL_VERSION
17 +
18 /* Override abi-tags ABI version if necessary. */
19 #undef __ABI_TAG_VERSION
20