/* See LICENSE of license details. */ #include #include "stub.h" int _close(int fd) { return _stub(EBADF); }