3 echo '/* Syscall table automatically generated by mk-syscall-table */'
7 #if defined(CONFIG_BOX_KERNEL_AMD64) && !defined(CONFIG_BOX_USER_AMD64)
8 #include <asm/unistd_32.h>
10 #include <asm/unistd.h>
14 sed '/__NR_madvise1/d; s/^#define __NR_\([^ ]\+\)[ ]\+\([0-9]\+\).*/\/* \2 *\/ [ __NR_\1 ] = "\1",/;t;d' |