LINUX_SYS_read
#define __NR_read (__NR_SYSCALL_BASE + LINUX_SYS_read)
#define read(fd, buf, count) (ssize_t)syscall(LINUX_SYS_read, fd, \