Android: add a compat layer for 'syscall.h'
[urcu.git] / tests / common / thread-id.h
index 9378edcf2ce9246f12f0260eaf294ad2de1ceaf2..47a74570efa23c1868ac7a6d426878de05ff3ce2 100644 (file)
@@ -17,9 +17,8 @@
  * provided the above notices are retained, and a notice that the code was
  * modified is included with the above copyright notice.
  */
-
 #ifdef __linux__
-# include <syscall.h>
+# include <urcu/syscall-compat.h>
 
 # if defined(_syscall0)
 _syscall0(pid_t, gettid)
This page took 0.023011 seconds and 4 git commands to generate.