diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2017-03-23 15:45:00 -0300 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2017-03-23 15:48:59 -0300 |
commit | ca4dc7465917beeb37af32891d4c867b5ac16883 (patch) | |
tree | 62b5c44f4eb26c890054de150b92d22cb6690b3f /ChangeLog | |
parent | fb82116f24454e450f771a41f18cbdacfae1229d (diff) | |
download | glibc-ca4dc7465917beeb37af32891d4c867b5ac16883.tar glibc-ca4dc7465917beeb37af32891d4c867b5ac16883.tar.gz glibc-ca4dc7465917beeb37af32891d4c867b5ac16883.tar.bz2 glibc-ca4dc7465917beeb37af32891d4c867b5ac16883.zip |
Change the order of function attributes in printf.h
ISO C++ section 8.3.5 [dcl.fct] requires exception specifications
to appear before attribute specifiers in function declarations.
This patch fixes issues reported by stdio-common/check-installed-headers-cxx.
* stdio-common/printf.h (register_printf_modifier): Change the
order of __wur and __THROW.
(register_printf_type): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2017-03-23 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> + + * stdio-common/printf.h (register_printf_modifier): Change the + order of __wur and __THROW. + (register_printf_type): Likewise. + 2017-03-23 Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com> * string/test-string.h (TEST_FUNCTION): Use test_main instead of |