#include #include "namespace.h" #include #include #include #ifdef __weak_alias __weak_alias(close, _close) #endif int close(fd) int fd; { message m; memset(&m, 0, sizeof(m)); m.VFS_CLOSE_FD = fd; return(_syscall(VFS_PROC_NR, VFS_CLOSE, &m)); }