diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-12-08 07:20:07 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-12-08 07:20:07 -0500 |
commit | 2aa3862e86ba6c63c78032e439c0d8e16ce256e5 (patch) | |
tree | 49367243f6606549865778272cdd1b377cdb5eab /ChangeLog | |
parent | c5c2b7c3fd823fc5c4a52506292a90eba60b0c62 (diff) | |
download | glibc-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |