diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-15 15:55:17 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:24 +0200 |
commit | bcfda18ae026b31d86eecc55cbc72dcaf41dc23a (patch) | |
tree | 12c36f324c93451abe888ddd1d2cfa3fca9cadca /libc/misc/file | |
parent | 84135275cfeebc0b233c1c96eeada4d4178a0b18 (diff) |
no need for hidden lockf64
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/misc/file')
-rw-r--r-- | libc/misc/file/lockf64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/file/lockf64.c b/libc/misc/file/lockf64.c index 177942445..be1d3e0ca 100644 --- a/libc/misc/file/lockf64.c +++ b/libc/misc/file/lockf64.c @@ -90,4 +90,3 @@ int lockf64 (int fd, int cmd, off64_t len64) return fcntl(fd, cmd, &fl); } -libc_hidden_def(lockf64) |