]> git.ipfire.org Git - thirdparty/glibc.git/commit
io: Mark lockf() __wur [BZ #32800]
authorRadko Krkos <krkos@mail.muni.cz>
Sat, 14 Jun 2025 09:07:40 +0000 (11:07 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 14 Jun 2025 09:57:46 +0000 (11:57 +0200)
commitf3c82fc1b41261f582f5f9fa12f74af9bcbc88f9
tree5fdc8ff68666c22204343d9d4fa13038398848e9
parent1d828b9ddc2205de208ae304cf3b8ca202dd6481
io: Mark lockf() __wur [BZ #32800]

In commit 0476597b28 flock() was marked __wur in posix/unistd.h, but not
in io/fcntl.h, the declarations must match.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
io/fcntl.h