aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-12-08 07:20:07 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-12-08 07:20:07 -0500
commit2aa3862e86ba6c63c78032e439c0d8e16ce256e5 (patch)
tree49367243f6606549865778272cdd1b377cdb5eab /ChangeLog
parentc5c2b7c3fd823fc5c4a52506292a90eba60b0c62 (diff)
downloadglibc-2aa3862e86ba6c63c78032e439c0d8e16ce256e5.zip
glibc-2aa3862e86ba6c63c78032e439c0d8e16ce256e5.tar.gz
glibc-2aa3862e86ba6c63c78032e439c0d8e16ce256e5.tar.bz2
libio: Fix variable aligment in tst-ftell-active-handler
This patch fixes a stack allocated variable to force it to have wchar_t alignment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 676fd0e..ea4e555 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
+
+ * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
+ stack variable alignment.
+
2014-12-06 Joseph Myers <joseph@codesourcery.com>
[BZ #17682]