LINUX_SYS_open
#define __NR_open (__NR_SYSCALL_BASE + LINUX_SYS_open)
#define open(path, flags, ...) (int)syscall(LINUX_SYS_open, \