diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-16 08:57:49 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-16 08:57:49 -0700 |
commit | a5b8b56df7ae93e156ad523e1c867f41fc1e007d (patch) | |
tree | a423dada1bee6c91dd6508326d9d89004f8f1fb6 /nptl/ChangeLog | |
parent | edeabc047e56680a293c39992d227b4c430cc0a7 (diff) | |
download | glibc-a5b8b56df7ae93e156ad523e1c867f41fc1e007d.tar.gz glibc-a5b8b56df7ae93e156ad523e1c867f41fc1e007d.tar.xz glibc-a5b8b56df7ae93e156ad523e1c867f41fc1e007d.zip |
Rename nptl/init.c to nptl/nptl-init.c.
Needed to allow overwriting architectures init.c in csu and nptl individually. Fixes BZ #9924.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f3bd32f577..b83128e5af 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2009-05-16 Ulrich Drepper <drepper@redhat.com> + + [BZ #9924] + * nptl-init.c: Renamed from init.c. + * Makefile: Change all occurences of init.c to nptl-init.c. + 2009-05-15 Ulrich Drepper <drepper@redhat.com> * cancellation.c (__pthread_disable_asynccancel): Correct the bits |