grub2: fix build against musl
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Jun 2015 11:19:23 +0000 (11:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Jun 2015 11:19:23 +0000 (11:19 +0000)
Invert the `__GLIBC__` guards into `!__UCLIBC__` ones to avoid
invalid references to `_llseek` on musl.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46125 3c298f89-4303-0410-b956-a3cf2f4a3e73


No differences found