Plan 9 from Bell Labs’s /usr/web/sources/contrib/rsc/linuxemu/libc/linux/9/close.c
#include <u.h> #include <libc.h> #include "../syscall/syscall.h" int close(int fd) { return linuxclose(fd); }