diff options
Diffstat (limited to 'system/include/libc/sys/_default_fcntl.h')
-rw-r--r-- | system/include/libc/sys/_default_fcntl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/libc/sys/_default_fcntl.h b/system/include/libc/sys/_default_fcntl.h index 0bc4fcfa..0f2ffb07 100644 --- a/system/include/libc/sys/_default_fcntl.h +++ b/system/include/libc/sys/_default_fcntl.h @@ -186,6 +186,7 @@ struct eflock { #include <sys/stat.h> /* sigh. for the mode bits for open/creat */ extern int open _PARAMS ((const char *, int, ...)); +extern int open64 _PARAMS ((const char *, int, ...)); /* XXX Emscripten */ extern int creat _PARAMS ((const char *, mode_t)); extern int fcntl _PARAMS ((int, int, ...)); #ifdef __CYGWIN__ |