aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-20 00:10:55 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-20 01:27:13 +0200
commit81b032c833a01491dfa35e9fdc5c2d4e523df163 (patch)
tree2e420b08d7979f8118efc7051d701b0e49cf6da5 /ChangeLog
parent5dbfe13b35195cd1292b81787a0ef58db828c7d5 (diff)
downloadglibc-81b032c833a01491dfa35e9fdc5c2d4e523df163.zip
glibc-81b032c833a01491dfa35e9fdc5c2d4e523df163.tar.gz
glibc-81b032c833a01491dfa35e9fdc5c2d4e523df163.tar.bz2
Drop fpregset unused symbol exposition
* sysdeps/arm/sys/ucontext.h: Remove fpregset struct name, unused and non-compliant. * sysdeps/i386/sys/ucontext.h: Likewise. * sysdeps/m68k/sys/ucontext.h: Likewise. * sysdeps/mips/sys/ucontext.h: Likewise. * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2ccfc9..58f02e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -88,6 +88,12 @@
prototypes.
* sysdeps/hurd/include/hurd/fd.h [!_ISOMAC]: Likewise.
* sysdeps/hurd/include/hurd/signal.h [!_ISOMAC]: Likewise.
+ * sysdeps/arm/sys/ucontext.h: Remove fpregset struct name, unused and
+ non-compliant.
+ * sysdeps/i386/sys/ucontext.h: Likewise.
+ * sysdeps/m68k/sys/ucontext.h: Likewise.
+ * sysdeps/mips/sys/ucontext.h: Likewise.
+ * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
2018-04-18 Joseph Myers <joseph@codesourcery.com>