Eric Andersen 22 роки тому
батько
коміт
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.  */