1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-16 13:18:12 +01:00

x86: Fix build (#45)

We should include <sys/syscall.h> for SYS_rt_sigreturn in x86/Gos-linux.c
This commit is contained in:
Konstantin Baladurin 2017-10-17 21:27:14 +03:00 committed by Dave Watson
parent 60ddc67196
commit 38fe3bbb97

View file

@ -26,6 +26,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include "unwind_i.h"
#include "offsets.h"
#include <sys/syscall.h>
PROTECTED int
unw_is_signal_frame (unw_cursor_t *cursor)
{