fix ruby compile on solaris
This commit is contained in:
parent
ba22cc0531
commit
2733b90ee8
|
@ -29,8 +29,6 @@
|
|||
#include "sigar_log.h"
|
||||
#include "sigar_format.h"
|
||||
#include "sigar_ptql.h"
|
||||
#include "sigar_private.h"
|
||||
#include "sigar_util.h"
|
||||
|
||||
#define RB_SIGAR_RAISE(msg) rb_raise(rb_eArgError, "%s", msg)
|
||||
#define RB_SIGAR_CROAK RB_SIGAR_RAISE(sigar_strerror(sigar, status))
|
||||
|
|
Loading…
Reference in New Issue