From d80588406c0557a2a9f8a1089183035ac891a6d0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 12 May 2002 00:27:48 +0000 Subject: Small cleanups for alpha --- libc/sysdeps/linux/common/open64.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/open64.c') 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. */ -- cgit v1.2.3