]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 ae8a9c9b496cdc0bd7a89ed60f01652b1d482b53..7449cb21374dd8161700f2427fa88491b963e42a 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 f2e86305abb815ae723dd8b037b28eb940314645..26043af04741819819971537bf103c21b0ffe84b 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