diff options
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 |