Cleanup: remove leftover manual pthread detection
[urcu.git] / urcu / syscall-compat.h
index 9b9afec2abd385db214aedda2689a65b17ce2286..fa63a7bbee8eda960dfaf4d1709ca0595189ccc2 100644 (file)
 #include <sys/syscall.h>
 #elif defined(__linux__) || defined(__GLIBC__)
 #include <syscall.h>
+
+#elif defined(__CYGWIN__) || defined(__APPLE__)
+/* Don't include anything on Cygwin or MacOSX. */
+
 #else
 #error "Add platform support to urcu/syscall-compat.h"
 #endif
This page took 0.022771 seconds and 4 git commands to generate.