From f32600208f4e9db972eb47f7d4959994b31199e6 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 13 Dec 2005 21:38:57 +0000 Subject: Convert all users of earlier hiddens --- libc/misc/file/lockf64.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libc/misc/file/lockf64.c') diff --git a/libc/misc/file/lockf64.c b/libc/misc/file/lockf64.c index 23f88f179..8440202d5 100644 --- a/libc/misc/file/lockf64.c +++ b/libc/misc/file/lockf64.c @@ -41,11 +41,12 @@ #include #ifdef __NR_fcntl64 -extern int fcntl64 (int fd, int cmd, ...); #define flock flock64 -#define fcntl fcntl64 +#define fcntl __fcntl64 #define F_GETLK F_GETLK64 #define F_SETLK F_SETLK64 +#else +#define fcntl __fcntl #endif /* lockf is a simplified interface to fcntl's locking facilities. */ -- cgit v1.2.3