1 /* Test for system_stats syscall which is available on newer Solaris. */
4 #include <sys/system_stats.h>
8 /* Uninitialised, but we know px[0] is 0x0. */
9 long *px
= malloc(sizeof(long));
12 /* SYS_system_stats 154 */
13 GO(SYS_system_stats
, "1s 0m");
14 SY(SYS_system_stats
, x0
+ SYSTEM_STATS_START
); SUCC
;