#include "internal.h" int sys·dup(int oldfd, int newfd) { intptr ret = syscall(·Dup2, oldfd, newfd); return error(ret); }