From 93eb395b25d29a0c5f766f249ad592182ce64639 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 11 Mar 2019 15:09:24 +0100 Subject: Include missing target_errno.h. Signed-off-by: Pavel Pisa --- qtmips_osemu/syscall_nr.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qtmips_osemu/syscall_nr.h') diff --git a/qtmips_osemu/syscall_nr.h b/qtmips_osemu/syscall_nr.h index e70adfc..b1ffd75 100644 --- a/qtmips_osemu/syscall_nr.h +++ b/qtmips_osemu/syscall_nr.h @@ -1,3 +1,6 @@ +#ifndef SYSCALL_NR_H +#define SYSCALL_NR_H + /* * Linux o32 style syscalls are in the range from 4000 to 4999. */ @@ -372,3 +375,5 @@ #define TARGET_NR_statx (TARGET_NR_Linux + 366) #define TARGET_NR_rseq (TARGET_NR_Linux + 367) #define TARGET_NR_io_pgetevents (TARGET_NR_Linux + 368) + +#endif /*SYSCALL_NR_H*/ -- cgit v1.2.3