Explorar o código

Small cleanups for alpha

Eric Andersen %!s(int64=22) %!d(string=hai) anos
pai
achega
d80588406c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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.  */