diff options
Diffstat (limited to 'sysdeps/wordsize-64/lockf.c')
-rw-r--r-- | sysdeps/wordsize-64/lockf.c | 3 |
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) |