From 7e939b219825ec15cfa45d226f910f80c9035755 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 22 Jul 2003 03:43:27 +0000 Subject: Update. * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_STOPPED): Define. --- nptl/Banner | 2 +- nptl/ChangeLog | 2 ++ nptl/sysdeps/pthread/createthread.c | 4 ---- 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'nptl') diff --git a/nptl/Banner b/nptl/Banner index fe38739940..00b04c772f 100644 --- a/nptl/Banner +++ b/nptl/Banner @@ -1 +1 @@ -NPTL 0.53 by Ulrich Drepper +NPTL 0.54 by Ulrich Drepper diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a8a8c33f28..12ab1a811e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,7 @@ 2003-07-21 Ulrich Drepper + * sysdeps/pthread/createthread.c: Don't define CLONE_STOPPED. + * Makefile: Define various *-no-z-defs variables for test DSOs which has undefined symbols. 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. */ -- cgit 1.4.1