diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-03 20:44:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-03 20:44:14 +0000 |
commit | 686b7223d5e87538d8bc7eaf9581f4ad11d666f1 (patch) | |
tree | 44cd23a562a0e41da35f11c36f02614b786186e9 /nptl | |
parent | 997256dd68532c45c5f1d7e87acffcce8f195476 (diff) | |
download | glibc-686b7223d5e87538d8bc7eaf9581f4ad11d666f1.tar glibc-686b7223d5e87538d8bc7eaf9581f4ad11d666f1.tar.gz glibc-686b7223d5e87538d8bc7eaf9581f4ad11d666f1.tar.bz2 glibc-686b7223d5e87538d8bc7eaf9581f4ad11d666f1.zip |
Update.
2003-01-03 Jakub Jelinek <jakub@redhat.com>
* Makefile ($(objpfx)libpthread.so): Depend on ld.so.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f9e3162825..e7173f9e4f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-01-03 Jakub Jelinek <jakub@redhat.com> + + * Makefile ($(objpfx)libpthread.so): Depend on ld.so. + 2003-01-03 Ulrich Drepper <drepper@redhat.com> * pthreadP.h (pthread_cond_2_0_t): New type. |