From: Mike Frysinger Date: Mon, 29 Nov 2010 12:00:14 +0000 (+0100) Subject: libblkid: remove unnecessary __UCLIBC__ check X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7f8a8b7b8a8c7d13904a496bf46519084ef883;p=util-linux libblkid: remove unnecessary __UCLIBC__ check Signed-off-by: Karel Zak --- diff --git a/shlibs/blkid/src/llseek.c b/shlibs/blkid/src/llseek.c index 75b7d249..5bd0e516 100644 --- a/shlibs/blkid/src/llseek.c +++ b/shlibs/blkid/src/llseek.c @@ -30,7 +30,7 @@ #ifdef __linux__ -#if defined(HAVE_LSEEK64) && defined(HAVE_LSEEK64_PROTOTYPE) || defined(__UCLIBC__) +#if defined(HAVE_LSEEK64) && defined(HAVE_LSEEK64_PROTOTYPE) #define my_llseek lseek64