summaryrefslogtreecommitdiff
path: root/tools/arch/x86/include/asm/unistd_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/arch/x86/include/asm/unistd_64.h')
-rw-r--r--tools/arch/x86/include/asm/unistd_64.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/arch/x86/include/asm/unistd_64.h b/tools/arch/x86/include/asm/unistd_64.h
new file mode 100644
index 000000000000..2c9835695b56
--- /dev/null
+++ b/tools/arch/x86/include/asm/unistd_64.h
@@ -0,0 +1,9 @@
+#ifndef __NR_perf_event_open
+# define __NR_perf_event_open 298
+#endif
+#ifndef __NR_futex
+# define __NR_futex 202
+#endif
+#ifndef __NR_gettid
+# define __NR_gettid 186
+#endif