mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
10 lines
172 B
C
10 lines
172 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
|