diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-09-07 08:40:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-09-07 08:40:43 +0000 |
commit | a886f7ac1a2f0bfc0bedbae20f569dad57ce3a4a (patch) | |
tree | d7e7b774d55aea751117947b051b8b9ea897f25a /include/fcntl.h | |
parent | 25d09f9ca6a5e9dcdb695f5d7b9eb1fc8f6cd664 (diff) |
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)
Diffstat (limited to 'include/fcntl.h')
-rw-r--r-- | include/fcntl.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |