summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-05-21 14:25:53 +1000
committerNeil Brown <neilb@suse.de>2007-05-21 14:25:53 +1000
commitfffdbe5ed0ac135000522e5e74c6583d93618c9c (patch)
treeff66cb575a8fee7b4816ec5e405ad00d3776cc9a /mdadm.h
parenta77be586720af37f175f3e9f48047d65ef5f67de (diff)
downloadmdadm-2.6.2.tar.gz
mdadm-2.6.2.tar.xz
mdadm-2.6.2.zip
Release 2.6.2mdadm-2.6.2
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdadm.h b/mdadm.h
index e6b03c5..2ecd9fc 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -32,7 +32,7 @@
#ifndef __dietlibc__
extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));
#else
-# ifdef __NO_STAT64
+# if defined(__NO_STAT64) || __WORDSIZE != 32
# define lseek64 lseek
# endif
#endif