X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fsyscall-compat.h;fp=urcu%2Fsyscall-compat.h;h=0e9f26c2e723e8006aa7f59159fd3bbd2f572b5b;hp=288cfaf4c7fee4fa623717bd536cf41fa31654ad;hb=81593390d63393f14f2d41523797636bdad19ae5;hpb=fca9fb961ecf6726769035fd41bc8a9a054aafb7 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"