LINUX_SYS_close
#define __NR_close (__NR_SYSCALL_BASE + LINUX_SYS_close)
#define close(fd) (int)syscall(LINUX_SYS_close, fd)