about summary refs log tree commit diff
path: root/sysdeps/wordsize-64/lockf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64/lockf.c')
-rw-r--r--sysdeps/wordsize-64/lockf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/lockf.c b/sysdeps/wordsize-64/lockf.c
new file mode 100644
index 0000000000..502472d98b
--- /dev/null
+++ b/sysdeps/wordsize-64/lockf.c
@@ -0,0 +1,3 @@
+#include "../../io/lockf.c"
+
+weak_alias (lockf, lockf64)