]> err.no Git - util-linux/commitdiff
libblkid: remove unnecessary __UCLIBC__ check
authorMike Frysinger <vapier@gentoo.org>
Mon, 29 Nov 2010 12:00:14 +0000 (13:00 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 29 Nov 2010 12:03:23 +0000 (13:03 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/llseek.c

index 75b7d249c82fb107e14c429b5296e6a8888ee4c3..5bd0e516782a81bb99ebbadbebc033a01d076a24 100644 (file)
@@ -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