summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/open64.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-05-12 00:27:48 +0000
committerEric Andersen <andersen@codepoet.org>2002-05-12 00:27:48 +0000
commitd80588406c0557a2a9f8a1089183035ac891a6d0 (patch)
tree5815d41c7227a9bc83b2353e8f7099035d4f0a6a /libc/sysdeps/linux/common/open64.c
parent5beb80eca3d19bd026ffed20ccb272f892fc040c (diff)
Small cleanups for alpha
Diffstat (limited to 'libc/sysdeps/linux/common/open64.c')
-rw-r--r--libc/sysdeps/linux/common/open64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/open64.c b/libc/sysdeps/linux/common/open64.c
index e8b0baf50..840ec6938 100644
--- a/libc/sysdeps/linux/common/open64.c
+++ b/libc/sysdeps/linux/common/open64.c
@@ -26,6 +26,7 @@
#endif
#ifdef __UCLIBC_HAVE_LFS__
+extern int __libc_open (__const char *file, int oflag, mode_t mode);
/* Open FILE with access OFLAG. If OFLAG includes O_CREAT,
a third argument is the file protection. */