1570af302Sopenharmony_ci#include "stdio_impl.h"
2570af302Sopenharmony_ci#include <unistd.h>
3570af302Sopenharmony_ci
4570af302Sopenharmony_cioff_t __stdio_seek(FILE *f, off_t off, int whence)
5570af302Sopenharmony_ci{
6570af302Sopenharmony_ci	return __lseek(f->fd, off, whence);
7570af302Sopenharmony_ci}
8