aboutsummaryrefslogtreecommitdiff
path: root/misc/fstab.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fstab.c')
-rw-r--r--misc/fstab.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/fstab.c b/misc/fstab.c
index 0e04235a2b..ea4afc7d0f 100644
--- a/misc/fstab.c
+++ b/misc/fstab.c
@@ -177,7 +177,8 @@ fstab_convert (struct fstab_state *state)
/* Make sure the memory is freed if the programs ends while in
memory-debugging mode and something actually was allocated. */
-libc_freeres_fn (fstab_free)
+void
+__libc_fstab_freemem (void)
{
char *buffer;