git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
13 lines
224 B
C
13 lines
224 B
C
#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
|