X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Fsyscall-compat.h;h=0e9f26c2e723e8006aa7f59159fd3bbd2f572b5b;hb=4d0d7cbccec1c35f544f6fee24b762e398a2f0b9;hp=288cfaf4c7fee4fa623717bd536cf41fa31654ad;hpb=b10602e3b14361be848e44953b97c21dff1dc5ae;p=urcu.git diff --git a/urcu/syscall-compat.h b/urcu/syscall-compat.h index 288cfaf..0e9f26c 100644 --- a/urcu/syscall-compat.h +++ b/urcu/syscall-compat.h @@ -29,7 +29,7 @@ #if defined(__ANDROID__) || defined(__sun__) #include -#elif defined(__linux__) +#elif defined(__linux__) || defined(__GLIBC__) #include #else #error "Add platform support to urcu/syscall-compat.h"