diff options
Diffstat (limited to 'sysdeps/sun4')
-rw-r--r-- | sysdeps/sun4/proclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sun4/proclist.c b/sysdeps/sun4/proclist.c index af38ec79..dd13e0c1 100644 --- a/sysdeps/sun4/proclist.c +++ b/sysdeps/sun4/proclist.c @@ -39,7 +39,7 @@ static const unsigned long _glibtop_sysdeps_proclist = unsigned * glibtop_get_proclist_p (glibtop *server, glibtop_proclist *buf, - int64_t which, int64_t arg) + gint64 which, gint64 arg) { register struct proc *pp; register int i, nproc = 0; |