mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
* stdio-common/printf.h: Add missing const to register_printf_modifier.
* stdio-common/reg-modifier.c: Likewise. 2009-04-22 Andrew Stubbs <ams@codesourcery.com> * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there is no FPU.
This commit is contained in:
@ -113,7 +113,7 @@ extern int register_printf_function (int __spec, printf_function __func,
|
||||
it returns a positive value representing the bit set in the USER
|
||||
field in 'struct printf_info'. */
|
||||
|
||||
extern int register_printf_modifier (wchar_t *__str) __wur __THROW;
|
||||
extern int register_printf_modifier (__const wchar_t *__str) __wur __THROW;
|
||||
|
||||
|
||||
/* Register variable argument handler for user type. The return value
|
||||
|
Reference in New Issue
Block a user