#include #define close _close #include PUBLIC int close(fd) int fd; { message m; m.m1_i1 = fd; return(_syscall(VFS_PROC_NR, CLOSE, &m)); }