diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-19 06:58:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-19 06:58:04 +0000 |
commit | f8a1785592414ea4cb12b919740fbff77175ce8f (patch) | |
tree | c6517738983d3b0e0affeb655f738f8838b5c9d8 /nptl/ChangeLog | |
parent | 299f7b0ffced429e0ff8fc51ce301c3a7d294bbe (diff) | |
download | glibc-f8a1785592414ea4cb12b919740fbff77175ce8f.zip glibc-f8a1785592414ea4cb12b919740fbff77175ce8f.tar.gz glibc-f8a1785592414ea4cb12b919740fbff77175ce8f.tar.bz2 |
* tst-initializers1.c: We want to test the initializers as seen
outside of libc, so undefined _LIBC.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 58deac2..5b01cb2 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2007-01-18 Ulrich Drepper <drepper@redhat.com> + * tst-initializers1.c: We want to test the initializers as seen + outside of libc, so undefined _LIBC. + * pthread_join.c (cleanup): Avoid warning. 2007-01-17 Ulrich Drepper <drepper@redhat.com> |