Fix linux detection (closes #303)
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
#error "Please do not include ffitarget.h directly into your source. Use ffi.h instead."
|
#error "Please do not include ffitarget.h directly into your source. Use ffi.h instead."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef linux
|
#ifdef __linux__
|
||||||
# include <asm/sgidefs.h>
|
# include <asm/sgidefs.h>
|
||||||
#elif defined(__rtems__)
|
#elif defined(__rtems__)
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user