diff options
Diffstat (limited to 'extra/efivar/patches/musl-compat.patch')
-rw-r--r-- | extra/efivar/patches/musl-compat.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/efivar/patches/musl-compat.patch b/extra/efivar/patches/musl-compat.patch deleted file mode 100644 index 100cf871..00000000 --- a/extra/efivar/patches/musl-compat.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/guid-symbols.c Thu Apr 28 01:31:10 2022 -+++ b/src/guid-symbols.c Thu Apr 28 01:30:44 2022 -@@ -207,7 +207,7 @@ - - const struct efivar_guidname - __attribute__((__visibility__ ("default"))) -- efi_well_known_guids_[42]= { -+ efi_well_known_guids[42]= { - {.guid={.a=cpu_to_le32(0), - .b=cpu_to_le16(0), - .c=cpu_to_le16(0), -@@ -589,7 +589,7 @@ - }; - const struct efivar_guidname - __attribute__((__visibility__ ("default"))) -- efi_well_known_names_[42]= { -+ efi_well_known_names[42]= { - {.guid={.a=cpu_to_le32(0x3b053091), - .b=cpu_to_le16(0x6c9f), - .c=cpu_to_le16(0x4cc), |