diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-05-21 22:12:40 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-05-21 22:12:40 +0000 |
commit | 2c9718f3b34095d764128c61d1ae8f26354b66de (patch) | |
tree | e8539254033989dd75144634aeb3f341a85c0987 /nptl/ChangeLog | |
parent | * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache (diff) | |
download | glibc-2c9718f3b34095d764128c61d1ae8f26354b66de.tar.gz glibc-2c9718f3b34095d764128c61d1ae8f26354b66de.tar.bz2 glibc-2c9718f3b34095d764128c61d1ae8f26354b66de.zip |
* tst-robust9.c (do_test): Don't fail if ENABLE_PI and
pthread_mutex_init failed with ENOTSUP.
2007-05-21 Jakub Jelinek <jakub@redhat.com>
* tst-robust9.c (do_test): Don't fail if ENABLE_PI and
pthread_mutex_init failed with ENOTSUP.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index db7b86f2fb..ed00f55a22 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2007-05-21 Jakub Jelinek <jakub@redhat.com> + + * tst-robust9.c (do_test): Don't fail if ENABLE_PI and + pthread_mutex_init failed with ENOTSUP. + 2007-05-19 Ulrich Drepper <drepper@redhat.com> * allocatestack.c (__wait_lookup_done): New function. |