From: Jo-Philipp Wich Date: Thu, 25 Jun 2015 11:19:23 +0000 (+0000) Subject: grub2: fix build against musl X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=c80033c2b34f20a2a80a1ae8583d11784aee8094;hp=c80033c2b34f20a2a80a1ae8583d11784aee8094;p=openwrt-github%2F.git grub2: fix build against musl Invert the `__GLIBC__` guards into `!__UCLIBC__` ones to avoid invalid references to `_llseek` on musl. Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46125 3c298f89-4303-0410-b956-a3cf2f4a3e73 ---