#include "internal.h" int sys·dup(int fd) { return syscall(·Dup, fd); }