]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: Mark memcmp/memcpy/memset aliases as used
authorJan Janssen <medhefgo@web.de>
Fri, 10 Jun 2022 13:20:01 +0000 (15:20 +0200)
committerJan Janssen <medhefgo@web.de>
Fri, 10 Jun 2022 13:54:02 +0000 (15:54 +0200)
commit2b0af8e76a81935f0a7e23bd6c61ca56761fb014
treed4c4e99a8a51584427bcda6a7aa414e6e1686b14
parent67bca872eae8bb43db9a3bbd07147c413f696fbb
boot: Mark memcmp/memcpy/memset aliases as used

The compiler may emit calls to these but also optimize the function away
somehow, breaking at link stage. Marking them as used prevents this.
src/boot/efi/efi-string.c