X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Fsyscall-compat.h;h=0e9f26c2e723e8006aa7f59159fd3bbd2f572b5b;hb=f3980c7e98d51ff08fc311513953b3f3430afe2b;hp=288cfaf4c7fee4fa623717bd536cf41fa31654ad;hpb=4fce3d9a4ddc33f5157c8293fdbf7253c134167f;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"