]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.h
diff -ru mdadm-2.6.4-orig/Query.c mdadm-2.6.4/Query.c
[thirdparty/mdadm.git] / mdadm.h
diff --git a/mdadm.h b/mdadm.h
index 1a7db812241edbaa7cc056c59baabaf501680d1e..2a5e1c8c425a4902ca46570b278e380c17d2f97b 100644 (file)
--- a/mdadm.h
+++ b/mdadm.h
@@ -28,6 +28,7 @@
  */
 
 #define        _GNU_SOURCE
+#define _FILE_OFFSET_BITS 64
 #include       <unistd.h>
 #if !defined(__dietlibc__) && !defined(__KLIBC__)
 extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));