From a886f7ac1a2f0bfc0bedbae20f569dad57ce3a4a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 7 Sep 2004 08:40:43 +0000 Subject: First pass prototype removals from auditing header files: a.out.h to libgen.h (omitting complex.h for a later separate effort for the math stuff) --- include/fcntl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/fcntl.h') diff --git a/include/fcntl.h b/include/fcntl.h index 1ab84f2a9..2f2fb99dd 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -132,6 +132,11 @@ extern int lockf64 (int __fd, int __cmd, __off64_t __len) __THROW; # endif #endif + +#if 0 + +/* FIXME -- uClibc should probably implement these... */ + #ifdef __USE_XOPEN2K /* Advice the system about the expected behaviour of the application with respect to the file associated with FD. */ @@ -170,6 +175,7 @@ extern int posix_fallocate64 (int __fd, __off64_t __offset, size_t __len) __THROW; # endif #endif +#endif __END_DECLS -- cgit v1.2.3