mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Update.
* sysdeps/unix/sysv/linux/bits/sched.h (CLONE_STOPPED): Define.
This commit is contained in:
parent
2775fdb512
commit
7e939b2198
@ -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.
|
||||
|
||||
|
@ -1 +1 @@
|
||||
NPTL 0.53 by Ulrich Drepper
|
||||
NPTL 0.54 by Ulrich Drepper
|
||||
|
@ -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.
|
||||
|
||||
|
@ -27,10 +27,6 @@
|
||||
|
||||
|
||||
#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. */
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user