diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-03-15 14:32:04 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-03-15 14:32:04 -0700 |
commit | bc16e260d0e74b36e48d30edc6ea4f1152700c09 (patch) | |
tree | e13b79c1ec8fa0d0dec5bb6fc6cdde3d299aaebd /ChangeLog | |
parent | af00a34d085eae098349671c7d753a681b90c78f (diff) | |
download | glibc-bc16e260d0e74b36e48d30edc6ea4f1152700c09.tar.gz glibc-bc16e260d0e74b36e48d30edc6ea4f1152700c09.tar.xz glibc-bc16e260d0e74b36e48d30edc6ea4f1152700c09.zip |
Move _dl_non_dynamic_init, _dl_aux_init declarations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0ef7625321..f3eea73857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-03-15 Roland McGrath <roland@hack.frob.com> + + * sysdeps/unix/sysv/linux/ldsodefs.h + (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ... + * sysdeps/generic/ldsodefs.h: ... here. + 2013-03-15 Thomas Schwinge <thomas@codesourcery.com> * math/libm-test.inc (ldexp_test): Add missing START/END markers. |