X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Fsyscall-compat.h;h=288cfaf4c7fee4fa623717bd536cf41fa31654ad;hb=929cfaffa20d19b71d163e78da85f2643e7ba6cd;hp=55576f0f165282623722dc1363bc7bdbc87f1512;hpb=9ba261bd496f2dfac38a16e341259553335dd165;p=urcu.git diff --git a/urcu/syscall-compat.h b/urcu/syscall-compat.h index 55576f0..288cfaf 100644 --- a/urcu/syscall-compat.h +++ b/urcu/syscall-compat.h @@ -27,10 +27,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#if defined(__ANDROID__) +#if defined(__ANDROID__) || defined(__sun__) #include #elif defined(__linux__) #include +#else +#error "Add platform support to urcu/syscall-compat.h" #endif #endif /* _URCU_SYSCALL_COMPAT_H */