Add cygwin support to libringbuffer getcpu.h
[lttng-ust.git] / libringbuffer / getcpu.h
index 0a61941728a5de814ca5e5339d30fa945d3ed9fc..3f12519775962af13ca5dd96de81f0027fd66fb8 100644 (file)
@@ -75,11 +75,11 @@ int lttng_ust_get_cpu(void)
 }
 #endif /* __UCLIBC__ */
 
-#elif defined(__FreeBSD__)
+#elif (defined(__FreeBSD__) || defined(__CYGWIN__))
 
 /*
- * FreeBSD does not allow query of CPU ID. Always use CPU number 0, with
- * the assocated performance degradation on SMP.
+ * FreeBSD and Cygwin do not allow query of CPU ID. Always use CPU
+ * number 0, with the assocated performance degradation on SMP.
  */
 static inline
 int lttng_ust_get_cpu(void)
This page took 0.022968 seconds and 4 git commands to generate.