diff options
Diffstat (limited to 'include/fcntl.h')
-rw-r--r-- | include/fcntl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fcntl.h b/include/fcntl.h index bac1e8685d..cce3d5ee10 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -1 +1,4 @@ #include <io/fcntl.h> + +/* Now define the internal interfaces. */ +extern int __open64 __P ((__const char *__file, int __oflag, ...)); |