diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-04-17 09:30:15 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-02-11 09:42:15 +0100 |
commit | 5643900913f64c00f1c2958914586708efa5a473 (patch) | |
tree | 4b0c5fcf655a00181098bbdfee1614fc119dd10a /include | |
parent | 971db25812b6b7176f509a5f37964610a8f4b475 (diff) |
libc: add posix_fallocate()
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/fcntl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/fcntl.h b/include/fcntl.h index ed009dd9a..c749ad552 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -217,9 +217,7 @@ extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len, #endif -#if 0 /* && defined __UCLIBC_HAS_ADVANCED_REALTIME__ */ - -/* FIXME -- uClibc should probably implement these... */ +#if defined __UCLIBC_HAS_ADVANCED_REALTIME__ /* Reserve storage for the data of the file associated with FD. |