]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 22 Jul 2003 03:43:27 +0000 (03:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 22 Jul 2003 03:43:27 +0000 (03:43 +0000)
* sysdeps/unix/sysv/linux/bits/sched.h (CLONE_STOPPED): Define.

ChangeLog
nptl/Banner
nptl/ChangeLog
nptl/sysdeps/pthread/createthread.c
sysdeps/unix/sysv/linux/bits/sched.h

index 636f72cdf3473a0741da8bda2a3cf709d1dfbf79..d696452b7a21bb0d5d01ece8eebcfaebd485c8f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-07-21  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_STOPPED): Define.
+
        * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Reverse use of
        stmxcsr and ldmxcsr.
 
index fe3873994027048f62760f8874a4b1ad9e6364b3..00b04c772fe68a4909536933cc4c189f7075bb25 100644 (file)
@@ -1 +1 @@
-NPTL 0.53 by Ulrich Drepper
+NPTL 0.54 by Ulrich Drepper
index a8a8c33f284663a204168b42cb88b120e94ff5ed..12ab1a811ec5402156425a24db3c0739febe3402 100644 (file)
@@ -1,5 +1,7 @@
 2003-07-21  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/pthread/createthread.c: Don't define CLONE_STOPPED.
+
        * Makefile: Define various *-no-z-defs variables for test DSOs
        which has undefined symbols.
 
index 4a02d1c14bf2c42794aa7888fcb7e5c9c4de9b50..6e8f5cda909fe7270b46fcdd9f4a387361cae215 100644 (file)
 
 
 #define CLONE_SIGNAL           (CLONE_SIGHAND | CLONE_THREAD)
-/* XXX Remove when definition is common place.  */
-#ifndef CLONE_STOPPED
-# define CLONE_STOPPED 0x02000000
-#endif
 
 /* Unless otherwise specified, the thread "register" is going to be
    initialized with a pointer to the TCB.  */
index 4e963d1baaaa4b14e27dd61dd4ca0e6fd5e32a24..24495e2b3424cbbf8dd6b6982b261879d3a9ae5c 100644 (file)
@@ -55,6 +55,7 @@
                                      force CLONE_PTRACE on this clone.  */
 # define CLONE_CHILD_SETTID 0x01000000 /* Store TID in userlevel buffer in
                                          the child.  */
+# define CLONE_STOPPED 0x02000000 /* Start in stopped state.  */
 #endif
 
 /* The official definition.  */