summaryrefslogtreecommitdiff
path: root/sysdeps/solaris/proctime.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/solaris/proctime.c')
-rw-r--r--sysdeps/solaris/proctime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/solaris/proctime.c b/sysdeps/solaris/proctime.c
index 6fef5169..9e9bf001 100644
--- a/sysdeps/solaris/proctime.c
+++ b/sysdeps/solaris/proctime.c
@@ -32,7 +32,7 @@ static const unsigned long _glibtop_sysdeps_proc_time =
/* Init function. */
-void
+int
glibtop_init_proc_time_s (glibtop *server)
{
server->sysdeps.proc_time = _glibtop_sysdeps_proc_time;
@@ -40,7 +40,7 @@ glibtop_init_proc_time_s (glibtop *server)
/* Provides detailed information about a process. */
-void
+int
glibtop_get_proc_time_s (glibtop *server, glibtop_proc_time *buf,
pid_t pid)
{