Made some checks solaris only.

* configure.in: Made some checks solaris only.
This commit is contained in:
Benoît Dejean
2005-07-05 23:05:20 +00:00
parent efeca4a865
commit b6a10fd8f7
5 changed files with 52 additions and 31 deletions

View File

@@ -111,6 +111,12 @@ proc_stat_after_cmd (char *p)
*p++ = '\0';
return p;
}
unsigned long
get_boot_time(glibtop *server) G_GNUC_INTERNAL;
G_END_DECLS
#endif /* __LINUX__GLIBTOP_PRIVATE_H__ */