svn commit: trunk/uClibc/include

vapier at uclibc.org vapier at uclibc.org
Tue Oct 25 02:18:48 UTC 2005


Author: vapier
Date: 2005-10-24 19:18:46 -0700 (Mon, 24 Oct 2005)
New Revision: 11911

Log:
uncomment posix_fadvise prototype since we implement it now

Modified:
   trunk/uClibc/include/fcntl.h


Changeset:
Modified: trunk/uClibc/include/fcntl.h
===================================================================
--- trunk/uClibc/include/fcntl.h	2005-10-22 09:05:18 UTC (rev 11910)
+++ trunk/uClibc/include/fcntl.h	2005-10-25 02:18:46 UTC (rev 11911)
@@ -133,10 +133,6 @@
 #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.  */
@@ -157,7 +153,12 @@
 			    int __advise) __THROW;
 # endif
 
+#endif
 
+#if 0
+
+/* FIXME -- uClibc should probably implement these... */
+
 /* Reserve storage for the data of the file associated with FD.  */
 # ifndef __USE_FILE_OFFSET64
 extern int posix_fallocate (int __fd, __off_t __offset, size_t __len) __THROW;
@@ -174,8 +175,8 @@
 extern int posix_fallocate64 (int __fd, __off64_t __offset, size_t __len)
      __THROW;
 # endif
+
 #endif
-#endif
 
 __END_DECLS
 




More information about the uClibc-cvs mailing list