blob: 1598055526cf0207b80e552fa3b9022f5a0f79cd [file] [log] [blame]
#include <unistd.h>
#include "stdio_impl.h"
off_t __stdio_seek(FILE* f, off_t off, int whence) { return lseek(f->fd, off, whence); }