diff options
Diffstat (limited to 'stdio-common/reg-modifier.c')
-rw-r--r-- | stdio-common/reg-modifier.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/reg-modifier.c b/stdio-common/reg-modifier.c index b911aea..a52022d 100644 --- a/stdio-common/reg-modifier.c +++ b/stdio-common/reg-modifier.c @@ -183,7 +183,8 @@ __handle_registered_modifier_wc (const unsigned int **format, } -libc_freeres_fn (free_mem) +void +__libc_printf_freemem (void) { if (__printf_modifier_table != NULL) { |