From 0cbc6c4eba0d6c957917e036a0822c84b92443fc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 3 Aug 2003 05:23:52 +0000 Subject: Update. 2003-08-02 Ulrich Drepper * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_CLONE_STOPPED. --- sysdeps/unix/sysv/linux/kernel-features.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index f2e86305ab..26043af047 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -362,3 +362,8 @@ || (__LINUX_KERNEL_VERSION > 132427 && defined __i386__) # define __ASSUME_UTIMES 1 #endif + +/* The CLONE_STOPPED flag was introduced in the 2.6.0-test1 series. */ +#if __LINUX_KERNEL_VERSION >= 132609 +# define __ASSUME_CLONE_STOPPED 1 +#endif -- cgit v1.2.3-70-g09d2