diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-22 03:43:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-22 03:43:27 +0000 |
commit | 7e939b219825ec15cfa45d226f910f80c9035755 (patch) | |
tree | f687a3124bff5bf8893af00f31e186dcc7769061 /nptl/ChangeLog | |
parent | 2775fdb5129c5fc7609ac426332f402864205278 (diff) | |
download | glibc-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/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
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 <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. |