summaryrefslogtreecommitdiff
path: root/sysdeps/freebsd/shm_limits.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/freebsd/shm_limits.c')
-rw-r--r--sysdeps/freebsd/shm_limits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/freebsd/shm_limits.c b/sysdeps/freebsd/shm_limits.c
index 15963ccc..d5d4df36 100644
--- a/sysdeps/freebsd/shm_limits.c
+++ b/sysdeps/freebsd/shm_limits.c
@@ -35,7 +35,7 @@ static unsigned long _glibtop_sysdeps_shm_limits =
/* Init function. */
void
-glibtop_init_shm_limits_s (glibtop *server)
+_glibtop_init_shm_limits_s (glibtop *server)
{
server->sysdeps.shm_limits = _glibtop_sysdeps_shm_limits;
}