Open filipnavara opened 1 day ago
Apple's implementation of <ucontext.h> only works with the _XOPEN_SOURCE definition and contains some deprecated functions that .NET never really references. Let's ask the CI if using a more specific header is an option.
<ucontext.h>
_XOPEN_SOURCE
Apple's implementation of
<ucontext.h>
only works with the_XOPEN_SOURCE
definition and contains some deprecated functions that .NET never really references. Let's ask the CI if using a more specific header is an option.