Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 3 Aug 2003 05:23:52 +0000 (05:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 3 Aug 2003 05:23:52 +0000 (05:23 +0000)
2003-08-02  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/kernel-features.h: Define
__ASSUME_CLONE_STOPPED.

ChangeLog
sysdeps/unix/sysv/linux/kernel-features.h

index ae8a9c9..7449cb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-02  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/kernel-features.h: Define
+       __ASSUME_CLONE_STOPPED.
+
 2003-08-01  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/generic/bits/libc-lock.h
index f2e8630..26043af 100644 (file)
     || (__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