Framework for AIX support

2002-10-08  Laurent Vivier <Laurent.Vivier@bull.net>

        * Framework for AIX support

2002-08-07  Vincent Berger <Vincent.Berger@ext.bull.net>

	* support/: Add alloca management for AIX
	* configure.in: correct checking for nm
This commit is contained in:
Laurent Vivier
2002-12-27 11:15:10 +00:00
committed by Bastien Nocera
parent ba096bfae2
commit 2661891d6a
10 changed files with 66 additions and 19 deletions

View File

@@ -22,6 +22,7 @@
*/
#include <locale.h>
#include <math.h>
#include <glibtop.h>
#include <glibtop/cpu.h>
@@ -42,6 +43,8 @@ main (int argc, char *argv [])
bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
textdomain (GETTEXT_PACKAGE);
glibtop_init();
glibtop_get_cpu (&cpu);
ncpu = glibtop_global_server->ncpu ? glibtop_global_server->ncpu : 1;