blob: 83d255e0d019738a4a6e955ec0300098880270cb [file] [log] [blame]
#include "stdio_impl.h"
off_t __stdio_seek(FILE *f, off_t off, int whence)
{
/* TRUSTY - no seek */
return -1;
}