diff options
Diffstat (limited to 'system/include/libc/sys/unistd.h')
-rw-r--r-- | system/include/libc/sys/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/libc/sys/unistd.h b/system/include/libc/sys/unistd.h index 06259b66..05b9286a 100644 --- a/system/include/libc/sys/unistd.h +++ b/system/include/libc/sys/unistd.h @@ -116,6 +116,7 @@ int _EXFUN(linkat, (int __dirfd1, const char *__path1, int __dirfd2, const c int _EXFUN(nice, (int __nice_value )); #if !defined(__INSIDE_CYGWIN__) off_t _EXFUN(lseek, (int __fildes, off_t __offset, int __whence )); +off_t _EXFUN(lseek64, (int __fildes, off_t __offset, int __whence )); /* XXX Emscripten */ #endif #if defined(EMSCRIPTEN) || defined(__SPU__) || defined(__CYGWIN__) #define F_ULOCK 0 |