aboutsummaryrefslogtreecommitdiff
path: root/qtmips_osemu/syscall_nr.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-11 15:09:24 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-11 15:09:24 +0100
commit93eb395b25d29a0c5f766f249ad592182ce64639 (patch)
treeff48556e46ea0b243fba006f2cb07caeae71fbcf /qtmips_osemu/syscall_nr.h
parent806cb0ca35ed5234174bcc82467a4af3fb39a481 (diff)
downloadqtmips-93eb395b25d29a0c5f766f249ad592182ce64639.tar.gz
qtmips-93eb395b25d29a0c5f766f249ad592182ce64639.tar.bz2
qtmips-93eb395b25d29a0c5f766f249ad592182ce64639.zip
Include missing target_errno.h.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_osemu/syscall_nr.h')
-rw-r--r--qtmips_osemu/syscall_nr.h5
1 files changed, 5 insertions, 0 deletions
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*/