aboutsummaryrefslogtreecommitdiff
path: root/libs/efivar/patches/003-Use-off_t-instead-of-off64_t.patch
Commit message (Collapse)AuthorAge
* efivar: fix compilation with musl 1.2.4Tianling Shen2023-05-20
musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so just having _GNU_SOURCE defined is not enough anymore. Backport an upstream fix to replace these old data types. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>