summaryrefslogtreecommitdiffstats
path: root/package/mdadm/mdadm-2.6.1-002.uclibc-not-lfs-fixup.patch
blob: 6c88bc949eba905093685c9d3790a7f68ba59bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -rdup mdadm-2.6.1-001/mdadm.h mdadm-2.6.1/mdadm.h
--- mdadm-2.6.1-001/mdadm.h	2007-04-17 17:41:04.000000000 +0200
+++ mdadm-2.6.1/mdadm.h	2007-04-17 17:38:43.000000000 +0200
@@ -388,6 +388,9 @@ struct stat64;
 #  undef HAVE_FTW
 #  undef HAVE_NFTW
 # endif
+# ifndef __UCLIBC_HAS_LFS__
+#  define lseek64 lseek
+# endif
 #endif
 
 #ifdef __dietlibc__