summaryrefslogtreecommitdiff
path: root/sysdeps/linux/sem_limits.c
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2007-04-11 17:52:14 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-04-11 17:52:14 +0000
commitaa9fafe5c330373ca456ca7ae0fd156e1a0ac492 (patch)
treed8aa208fc8bb2a4f971bc89c859ea3af204425e3 /sysdeps/linux/sem_limits.c
parente0c1214cdd4358fead2507b2bea52519c7bf33a1 (diff)
downloadlibgtop-aa9fafe5c330373ca456ca7ae0fd156e1a0ac492.tar.gz
Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get
2007-04-11 Benoît Dejean <benoit@placenet.org> * *: Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get internal visibility. * configure.in: Bumped version number. svn path=/trunk/; revision=2569
Diffstat (limited to 'sysdeps/linux/sem_limits.c')
-rw-r--r--sysdeps/linux/sem_limits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/linux/sem_limits.c b/sysdeps/linux/sem_limits.c
index 9f15bb70..3c4a6a6b 100644
--- a/sysdeps/linux/sem_limits.c
+++ b/sysdeps/linux/sem_limits.c
@@ -50,7 +50,7 @@ static const unsigned long _glibtop_sysdeps_sem_limits =
/* Init function. */
void
-glibtop_init_sem_limits_s (glibtop *server)
+_glibtop_init_sem_limits_s (glibtop *server)
{
server->sysdeps.sem_limits = _glibtop_sysdeps_sem_limits;
}