#include "internal.h" int sys·close(int fd) { intptr ret = syscall(·Close, fd); return error(ret); }