Fix build on non-Linux Debian ports
[urcu.git] / urcu / syscall-compat.h
index 288cfaf4c7fee4fa623717bd536cf41fa31654ad..0e9f26c2e723e8006aa7f59159fd3bbd2f572b5b 100644 (file)
@@ -29,7 +29,7 @@
 
 #if defined(__ANDROID__) || defined(__sun__)
 #include <sys/syscall.h>
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__GLIBC__)
 #include <syscall.h>
 #else
 #error "Add platform support to urcu/syscall-compat.h"
This page took 0.022545 seconds and 4 git commands to generate.