]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add __libc_open.
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 05:52:51 +0000 (05:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 05:52:51 +0000 (05:52 +0000)
include/unistd.h

index 90105f1eb37086dd167d5e599647dded61b0535d..ae31b0b85937bc7a8be5d146802367b188fc8aa8 100644 (file)
@@ -5,6 +5,7 @@
 extern int __access __P ((__const char *__name, int __type));
 extern int __euidaccess __P ((__const char *__name, int __type));
 extern int __libc_open64 (const char *file, int oflag, ...);
+extern int __libc_open (const char *file, int oflag, ...);
 extern __off64_t __lseek64 __P ((int __fd, __off64_t __offset, int __whence));
 extern __off64_t __libc_lseek64 (int __fd, __off64_t __offset, int __whence);
 extern ssize_t __pread __P ((int __fd, __ptr_t __buf, size_t __nbytes,