summaryrefslogtreecommitdiff
path: root/tools/arch/x86/include/asm/unistd_64.h
blob: 2c9835695b56e06c4dca0b3962164935e59ddfc8 (plain)
1
2
3
4
5
6
7
8
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