diff options
Diffstat (limited to 'sysdeps/osf1/sem_limits.c')
-rw-r--r-- | sysdeps/osf1/sem_limits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/osf1/sem_limits.c b/sysdeps/osf1/sem_limits.c index a0d2e8f5..8cb07962 100644 --- a/sysdeps/osf1/sem_limits.c +++ b/sysdeps/osf1/sem_limits.c @@ -32,7 +32,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; } |