diff options
Diffstat (limited to 'sysdeps/osf1/swap.c')
-rw-r--r-- | sysdeps/osf1/swap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/osf1/swap.c b/sysdeps/osf1/swap.c index a7b3f7cb..22143db1 100644 --- a/sysdeps/osf1/swap.c +++ b/sysdeps/osf1/swap.c @@ -30,7 +30,7 @@ static unsigned long _glibtop_sysdeps_swap = /* Provides information about swap usage. */ void -glibtop_get_swap__s (glibtop *server, glibtop_swap *buf) +glibtop_get_swap_s (glibtop *server, glibtop_swap *buf) { struct tbl_swapinfo swapinfo; int i; |