aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-02-05 17:12:57 +0000
committerAndreas Jaeger <aj@suse.de>2001-02-05 17:12:57 +0000
commit414a6b0d9c78747b66b285d2bb0ea6caf4871a4f (patch)
tree7ad5af4c3d095a60b05e7e756fd75c68f8086ac6 /include
parent3c7bfc3721dd0ebdbcf710acecc46d562d5a5fef (diff)
downloadglibc-414a6b0d9c78747b66b285d2bb0ea6caf4871a4f.zip
glibc-414a6b0d9c78747b66b285d2bb0ea6caf4871a4f.tar.gz
glibc-414a6b0d9c78747b66b285d2bb0ea6caf4871a4f.tar.bz2
Update.
2001-02-05 Andreas Jaeger <aj@suse.de> * io/fcntl.h: Move __fcntl and __open to... * include/fcntl.h: ...here.
Diffstat (limited to 'include')
-rw-r--r--include/fcntl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fcntl.h b/include/fcntl.h
index fae0beb..748854a 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