[lttng-dev] [PATCH v2 1/2] Add FreeBSD, DragonFly to syscall-compat.h

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Thu Jan 30 13:33:33 EST 2020


Merged into liburcu master, thanks!

Mathieu

----- On Jan 27, 2020, at 3:08 PM, lttng-dev lttng-dev at lists.lttng.org wrote:

> ---
> include/urcu/syscall-compat.h | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/include/urcu/syscall-compat.h b/include/urcu/syscall-compat.h
> index fa63a7b..23b266e 100644
> --- a/include/urcu/syscall-compat.h
> +++ b/include/urcu/syscall-compat.h
> @@ -32,8 +32,9 @@
> #elif defined(__linux__) || defined(__GLIBC__)
> #include <syscall.h>
> 
> -#elif defined(__CYGWIN__) || defined(__APPLE__)
> -/* Don't include anything on Cygwin or MacOSX. */
> +#elif defined(__CYGWIN__) || defined(__APPLE__) || \
> +	defined(__FreeBSD__) || defined(__DragonFly__)
> +/* Don't include anything on these platforms. */
> 
> #else
> #error "Add platform support to urcu/syscall-compat.h"
> --
> 2.25.0
> 
> _______________________________________________
> 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