svn commit: trunk/uClibc/include

psm at uclibc.org psm at uclibc.org
Thu Jan 12 10:42:13 UTC 2006


Author: psm
Date: 2006-01-12 02:42:12 -0800 (Thu, 12 Jan 2006)
New Revision: 13255

Log:
Add fcntl64 prototype

Modified:
   trunk/uClibc/include/fcntl.h


Changeset:
Modified: trunk/uClibc/include/fcntl.h
===================================================================
--- trunk/uClibc/include/fcntl.h	2006-01-12 06:13:50 UTC (rev 13254)
+++ trunk/uClibc/include/fcntl.h	2006-01-12 10:42:12 UTC (rev 13255)
@@ -79,6 +79,9 @@
 #  define fcntl fcntl64
 # endif
 #endif
+#ifdef __USE_LARGEFILE64
+extern int fcntl64 (int __fd, int __cmd, ...);
+#endif
 
 /* Open FILE and return a new file descriptor for it, or -1 on error.
    OFLAG determines the type of access used.  If O_CREAT is on OFLAG,




More information about the uClibc-cvs mailing list