Fix linux detection (closes #303)

This commit is contained in:
Yen Chi Hsuan
2017-10-27 16:12:56 +08:00
parent ad15ae762c
commit 9fc9dc535e

View File

@@ -32,7 +32,7 @@
#error "Please do not include ffitarget.h directly into your source. Use ffi.h instead."
#endif
#ifdef linux
#ifdef __linux__
# include <asm/sgidefs.h>
#elif defined(__rtems__)
/*