140ecf8766
* syscall.c (SEN): New temporary macro. * linux/dummy.h (sys_printargs): New macro. * linux/subcall.h: Wrap all sys_func entries using SEN. * linux/*/syscallent*.h: Likewise.
7 lines
216 B
C
7 lines
216 B
C
#define ARCH_mmap mmap_4koff
|
|
#define ARCH_WANT_SYNC_FILE_RANGE2 1
|
|
#include "32/syscallent.h"
|
|
[244] = { 1, 0, SEN(printargs), "cmpxchg_badaddr" },
|
|
[245] = { 3, 0, SEN(printargs), "cacheflush" },
|
|
[246 ... 259] = { },
|