about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/kernel-features.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-08-03 05:23:52 +0000
committerUlrich Drepper <drepper@redhat.com>2003-08-03 05:23:52 +0000
commit0cbc6c4eba0d6c957917e036a0822c84b92443fc (patch)
tree5487c27c7fc2ea3aa955b3e48441712f6d361e29 /sysdeps/unix/sysv/linux/kernel-features.h
parent5c5252bd527a9d0c64fb6e73bbb579077c1b3e39 (diff)
downloadglibc-0cbc6c4eba0d6c957917e036a0822c84b92443fc.tar.gz
glibc-0cbc6c4eba0d6c957917e036a0822c84b92443fc.tar.xz
glibc-0cbc6c4eba0d6c957917e036a0822c84b92443fc.zip
Update.
2003-08-02  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/kernel-features.h: Define
	__ASSUME_CLONE_STOPPED.
Diffstat (limited to 'sysdeps/unix/sysv/linux/kernel-features.h')
-rw-r--r--sysdeps/unix/sysv/linux/kernel-features.h5
1 files changed, 5 insertions, 0 deletions
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