blob: eae010aec17997fe84de7594b374573fc4f7aeec [file] [log] [blame]
#include "stdio_impl.h"
static int dummy(int fd)
{
return fd;
}
weak_alias(dummy, __aio_close);
int __stdio_close(FILE *f)
{
/* TRUSTY - no close */
return -1;
}