Browse Source

Small cleanups for alpha

Eric Andersen 22 years ago
parent
commit
d80588406c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/common/open64.c

+ 1 - 0
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.  */