From 99aa495ff35864383680f9773b3cb44040acca08 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Thu, 8 Dec 2005 05:02:08 +0000 Subject: NPTL changes for signal handling, getpid, sleep, raise and a few things for new librt code. Also cleaned up the makefiles. --- libpthread/nptl/sysdeps/unix/sysv/linux/kernel-features.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/kernel-features.h') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/kernel-features.h b/libpthread/nptl/sysdeps/unix/sysv/linux/kernel-features.h index dd2d40a44..3fc7f8e67 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/kernel-features.h +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/kernel-features.h @@ -25,13 +25,8 @@ # include #endif -# include -# define __LINUX_KERNEL_VERSION LINUX_VERSION_CODE - -#ifndef __LINUX_KERNEL_VERSION -/* We assume the worst; all kernels should be supported. */ -# define __LINUX_KERNEL_VERSION 0 -#endif +#include +#define __LINUX_KERNEL_VERSION LINUX_VERSION_CODE /* We assume for __LINUX_KERNEL_VERSION the same encoding used in linux/version.h. I.e., the major, minor, and subminor all get a -- cgit v1.2.3