From 244539cd0852bbcf8f21507d7ff866d8e7fcff18 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 20 Nov 2007 10:09:16 +0000 Subject: Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso --- libc/misc/file/lockf64.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/misc/file/lockf64.c') diff --git a/libc/misc/file/lockf64.c b/libc/misc/file/lockf64.c index 707b7eacb..48983d448 100644 --- a/libc/misc/file/lockf64.c +++ b/libc/misc/file/lockf64.c @@ -27,6 +27,7 @@ #ifdef __NR_fcntl64 #define flock flock64 +#define fcntl fcntl64 #undef F_GETLK #define F_GETLK F_GETLK64 #undef F_SETLK -- cgit v1.2.3