diff --git a/teensy4/startup.c b/teensy4/startup.c index 4bb3bd402..eed87e792 100644 --- a/teensy4/startup.c +++ b/teensy4/startup.c @@ -758,7 +758,7 @@ int _isatty(int fd __attribute__((unused))) } __attribute__((weak)) -int _lseek(int fd __attribute__((unused)), long long offset __attribute__((unused)), int whence __attribute__((unused))) +off_t _lseek(int fd __attribute__((unused)), off_t offset __attribute__((unused)), int whence __attribute__((unused))) { return -1; }