]> git.proxmox.com Git - fwupd-efi.git/commit
fu-tool.c: Use traditional UNIX record locks if OFD is not available
authorNorbert Kamiński <norbert.kaminski@3mdeb.com>
Mon, 19 Apr 2021 10:39:47 +0000 (12:39 +0200)
committerRichard Hughes <richard@hughsie.com>
Mon, 19 Apr 2021 11:42:37 +0000 (12:42 +0100)
commit4ae68917cc0d30c5b1ca8daf3bab886a8a4417c7
treea06d02729be5dc372d28c737e1ff5a22f248bb9d
parent9073fb8dccabdfce93c3de0553bea39c632dd545
fu-tool.c: Use traditional UNIX record locks if OFD is not available

Open file description locks are Linux-specific. If fwupd is not built
for Linux, it should use the traditional UNIX record locks (F_SETLK).

Signed-off-by: Norbert Kamiński <norbert.kaminski@3mdeb.com>
meson.build