fcntl
#define fcntl rmtfcntl
# define fcntl(a, b, c) rump_sys_fcntl(a, b, c)
# undef fcntl
fcntl(int fd, int cmd, ...)
fcntl(int fd, int cmd, ...)
#define fcntl(...) rump_sys_fcntl(__VA_ARGS__)
#define fcntl(fd, cmd, ...) (int)syscall(LINUX_SYS_fcntl, fd, cmd, \