From 414a6b0d9c78747b66b285d2bb0ea6caf4871a4f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 5 Feb 2001 17:12:57 +0000 Subject: Update. 2001-02-05 Andreas Jaeger * io/fcntl.h: Move __fcntl and __open to... * include/fcntl.h: ...here. --- include/fcntl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/fcntl.h b/include/fcntl.h index fae0beb064..748854a023 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -6,5 +6,7 @@ extern int __open64 (__const char *__file, int __oflag, ...); extern int __libc_open64 (const char *file, int oflag, ...); extern int __libc_open (const char *file, int oflag, ...); extern int __libc_fcntl (int fd, int cmd, ...); +extern int __open (__const char *__file, int __oflag, ...); +extern int __fcntl (int __fd, int __cmd, ...) __THROW; #endif -- cgit 1.4.1