Преглед на файлове

Small cleanups for alpha

Eric Andersen преди 23 години
родител
ревизия
d80588406c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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.  */