strace/linux/arc/syscallent.h
Dmitry V. Levin 5df31f90ec arc: wire up new syscalls
* linux/arc/syscallent.h [247, 248]: New entries.
2016-11-14 01:07:59 +00:00

9 lines
338 B
C

#define sys_ARCH_mmap sys_mmap_pgoff
#include "32/syscallent.h"
/* [244 ... 259] are arch specific */
[244] = { 3, 0, SEN(printargs), "cacheflush" },
[245] = { 1, 0, SEN(printargs), "arc_settls" },
[246] = { 0, 0, SEN(printargs), "arc_gettls" },
[247] = { 3, 0, SEN(sysfs), "sysfs" },
[248] = { 3, 0, SEN(printargs), "arc_usr_cmpxchg"},