SmartAudio/lichee/linux-4.9/tools/arch/x86/include/asm/unistd_32.h

13 lines
224 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifndef __NR_perf_event_open
# define __NR_perf_event_open 336
#endif
#ifndef __NR_futex
# define __NR_futex 240
#endif
#ifndef __NR_gettid
# define __NR_gettid 224
#endif
#ifndef __NR_getcpu
# define __NR_getcpu 318
#endif