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