diff options
Diffstat (limited to 'include/fcntl.h')
-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. |