[lttng-dev] [PATCH userspace-rcu 1/2] Port: fix compatibility header for Cygwin

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Fri Jun 3 06:28:41 UTC 2016


Both patches merged into master and stable-0.9, thanks!

Mathieu

----- On Jun 2, 2016, at 5:01 AM, Sebastien Boisvert sboisvert at gydle.com wrote:

> Signed-off-by: Sebastien Boisvert <sboisvert at gydle.com>
> ---
> urcu/syscall-compat.h | 4 ++++
> 1 file changed, 4 insertions(+)
> 
> diff --git a/urcu/syscall-compat.h b/urcu/syscall-compat.h
> index 9b9afec..d603db2 100644
> --- a/urcu/syscall-compat.h
> +++ b/urcu/syscall-compat.h
> @@ -31,6 +31,10 @@
> #include <sys/syscall.h>
> #elif defined(__linux__) || defined(__GLIBC__)
> #include <syscall.h>
> +
> +#elif defined(__CYGWIN__)
> +/* Don't include anything on Cygwin. */
> +
> #else
> #error "Add platform support to urcu/syscall-compat.h"
> #endif
> --
> 2.8.3
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


More information about the lttng-dev mailing list