]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Declare __libc_fcntl.
authorUlrich Drepper <drepper@redhat.com>
Sat, 8 Jan 2000 05:13:37 +0000 (05:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 8 Jan 2000 05:13:37 +0000 (05:13 +0000)
Move __libc_open and __libc_open64 to here.

include/fcntl.h

index 949c6621fd9d30ea7fd3c9967b7dc34d5b04e9ef..d20afd923037c0a4a1913dfbd42bb345ec34c9e6 100644 (file)
@@ -3,4 +3,7 @@
 
 /* Now define the internal interfaces.  */
 extern int __open64 __P ((__const char *__file, int __oflag, ...));
+extern int __libc_open64 __P ((const char *file, int oflag, ...));
+extern int __libc_open __P ((const char *file, int oflag, ...));
+extern int __libc_fcntl __P ((int fd, int cmd, ...));
 #endif