aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread/createthread.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-07-22 03:43:27 +0000
committerUlrich Drepper <drepper@redhat.com>2003-07-22 03:43:27 +0000
commit7e939b219825ec15cfa45d226f910f80c9035755 (patch)
treef687a3124bff5bf8893af00f31e186dcc7769061 /nptl/sysdeps/pthread/createthread.c
parent2775fdb5129c5fc7609ac426332f402864205278 (diff)
downloadglibc-7e939b219825ec15cfa45d226f910f80c9035755.tar
glibc-7e939b219825ec15cfa45d226f910f80c9035755.tar.gz
glibc-7e939b219825ec15cfa45d226f910f80c9035755.tar.bz2
glibc-7e939b219825ec15cfa45d226f910f80c9035755.zip
Update.
* sysdeps/unix/sysv/linux/bits/sched.h (CLONE_STOPPED): Define.
Diffstat (limited to 'nptl/sysdeps/pthread/createthread.c')
-rw-r--r--nptl/sysdeps/pthread/createthread.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nptl/sysdeps/pthread/createthread.c b/nptl/sysdeps/pthread/createthread.c
index 4a02d1c14b..6e8f5cda90 100644
--- a/nptl/sysdeps/pthread/createthread.c
+++ b/nptl/sysdeps/pthread/createthread.c
@@ -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. */