diff options
Diffstat (limited to 'nss/nss_action.c')
-rw-r--r-- | nss/nss_action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/nss_action.c b/nss/nss_action.c index 8ca72546eb..447c219c5b 100644 --- a/nss/nss_action.c +++ b/nss/nss_action.c @@ -102,7 +102,7 @@ __nss_action_allocate (struct nss_action *actions, size_t count) return result; } -void __libc_freeres_fn_section +void __nss_action_freeres (void) { struct nss_action_list_wrapper *current = nss_actions; |