From 6dad2c06889774ddaf6eac09799821e3941bfa87 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 7 Aug 2012 16:40:32 +0000 Subject: Remove pre-2.6.16 Linux kernel support. --- ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'ports/sysdeps/unix/sysv/linux/alpha') diff --git a/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h b/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h index 3eaa422b12..6f330b5aa3 100644 --- a/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h +++ b/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h @@ -20,23 +20,16 @@ #ifndef _KERNEL_FEATURES_H #define _KERNEL_FEATURES_H 1 -/* The tgkill syscall was introduced for alpha 2.6.0-test1 which unfortunately - cannot be distinguished from 2.6.0. */ -#if __LINUX_KERNEL_VERSION >= 132609 -# define __ASSUME_TGKILL 1 -#endif +/* The tgkill syscall was introduced for alpha 2.6.0-test1. */ +#define __ASSUME_TGKILL 1 /* Starting with version 2.6.4, the stat64 syscalls are available. */ -#if __LINUX_KERNEL_VERSION >= 0x020604 && defined __alpha__ -# define __ASSUME_STAT64_SYSCALL 1 -#endif +#define __ASSUME_STAT64_SYSCALL 1 #define __ASSUME_UTIMES 1 /* Starting with version 2.6.9, SSI_IEEE_RAISE_EXCEPTION exists. */ -#if __LINUX_KERNEL_VERSION >= 0x020609 -# define __ASSUME_IEEE_RAISE_EXCEPTION 1 -#endif +#define __ASSUME_IEEE_RAISE_EXCEPTION 1 /* Support for the O_CLOEXEC flag was added for alpha in 2.6.23. */ #if __LINUX_KERNEL_VERSION >= 0x020617 -- cgit 1.4.1