aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/sys/unistd.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-04 08:37:52 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-04 08:37:52 -0800
commitc4ff5f2c3b51f52c226809a14a56a888f673efd1 (patch)
tree73aeefcf053c58db7ccff76c3f2d6399bd302419 /system/include/libc/sys/unistd.h
parent8b0775dcd65bfc0fe7b81c6f86b51f161e49a548 (diff)
parent0086d64c19c523b949589a86398fda85481ddd4a (diff)
Merge branch 'incoming'
Diffstat (limited to 'system/include/libc/sys/unistd.h')
-rw-r--r--system/include/libc/sys/unistd.h1
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