svn commit: branches/uClibc-nptl/libc/misc/file

sjhill at uclibc.org sjhill at uclibc.org
Mon Nov 27 00:42:25 UTC 2006


Author: sjhill
Date: 2006-11-26 16:42:24 -0800 (Sun, 26 Nov 2006)
New Revision: 16679

Log:
This is a temporary hack until we fully sync up with trunk.


Modified:
   branches/uClibc-nptl/libc/misc/file/lockf64.c


Changeset:
Modified: branches/uClibc-nptl/libc/misc/file/lockf64.c
===================================================================
--- branches/uClibc-nptl/libc/misc/file/lockf64.c	2006-11-26 22:17:46 UTC (rev 16678)
+++ branches/uClibc-nptl/libc/misc/file/lockf64.c	2006-11-27 00:42:24 UTC (rev 16679)
@@ -27,7 +27,6 @@
 
 #ifdef __NR_fcntl64
 #define flock flock64
-#define fcntl fcntl64
 #undef F_GETLK
 #define F_GETLK F_GETLK64
 #undef F_SETLK




More information about the uClibc-cvs mailing list