diff options
author | Roland McGrath <roland@redhat.com> | 2009-11-22 17:49:21 -0800 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2009-11-22 17:49:21 -0800 |
commit | 57a299fe4757e50e70fe8c96a357293e7fa0db53 (patch) | |
tree | e26f6ac6236346ea6f28474a40bfe761277234cb /nptl/ChangeLog | |
parent | 6503cfe2de2105e83456fb04fdeb5d4e2323e9b4 (diff) | |
download | glibc-57a299fe4757e50e70fe8c96a357293e7fa0db53.tar.gz glibc-57a299fe4757e50e70fe8c96a357293e7fa0db53.tar.xz glibc-57a299fe4757e50e70fe8c96a357293e7fa0db53.zip |
Use #include instead of duplication for i386 vs i686 dl-sysdep.h in NPTL.
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 a6acf8aafb..2dd5dac2d5 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2009-11-22 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: # include "i686/dl-sysdep.h" + instead of recapitulating its contents. + 2009-11-18 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Minor |