blob: 26dd6a59e5aa6363824824c1a9b2e5954b55cef1 [file] [log] [blame]
#include <errno.h>
int
_close(int file)
{
errno = ENOSYS;
return -1;
}