summaryrefslogtreecommitdiffstats
path: root/libc/misc/file/lockf64.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-11-27 00:42:24 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-11-27 00:42:24 +0000
commit77f4f8389d7a97acc84686b2f4ffafacb5506db4 (patch)
treef31785f2a6eb61a74b9f66bd9477417afc5eaf3b /libc/misc/file/lockf64.c
parent6504bb4ce73d3504f1df5fe5b9ea3e763a439089 (diff)
downloaduClibc-alpine-77f4f8389d7a97acc84686b2f4ffafacb5506db4.tar.bz2
uClibc-alpine-77f4f8389d7a97acc84686b2f4ffafacb5506db4.tar.xz
This is a temporary hack until we fully sync up with trunk.
Diffstat (limited to 'libc/misc/file/lockf64.c')
-rw-r--r--libc/misc/file/lockf64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/file/lockf64.c b/libc/misc/file/lockf64.c
index 48983d448..707b7eacb 100644
--- a/libc/misc/file/lockf64.c
+++ b/libc/misc/file/lockf64.c
@@ -27,7 +27,6 @@
#ifdef __NR_fcntl64
#define flock flock64
-#define fcntl fcntl64
#undef F_GETLK
#define F_GETLK F_GETLK64
#undef F_SETLK