summaryrefslogtreecommitdiff
path: root/os/src/lseek.c
blob: f1326933a17dafc52d4492367a37838e5d39b4a4 (plain)
1
2
3
4
5
#include <reent.h>

_off_t _lseek_r(struct _reent * reent, int fd, _off_t seek, int wheel) {
    return 0;
}