summaryrefslogtreecommitdiff
path: root/src/misc/lockf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/lockf.c')
-rw-r--r--src/misc/lockf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/misc/lockf.c b/src/misc/lockf.c
index 16a80bec..0162442b 100644
--- a/src/misc/lockf.c
+++ b/src/misc/lockf.c
@@ -28,5 +28,3 @@ int lockf(int fd, int op, off_t size)
errno = EINVAL;
return -1;
}
-
-weak_alias(lockf, lockf64);