From 2a7f8a8b7b8a8c7d13904a496bf46519084ef883 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 29 Nov 2010 13:00:14 +0100 Subject: [PATCH] libblkid: remove unnecessary __UCLIBC__ check Signed-off-by: Karel Zak --- shlibs/blkid/src/llseek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5