summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2015-05-22 14:22:09 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2015-05-22 14:22:09 (GMT)
commitf919c30b2277c494baa49ad37429f533b6510f10 (patch)
tree9bab9ebbebfa10cb54b49f27112b8b86f5f0e8d2
parent054af4a2cbdb6fcccb3e7e16f4890cb05dcc8e7b (diff)
downloadntfs-3g-f919c30b2277c494baa49ad37429f533b6510f10.zip
ntfs-3g-f919c30b2277c494baa49ad37429f533b6510f10.tar.gz
ntfs-3g-f919c30b2277c494baa49ad37429f533b6510f10.tar.bz2
modify for compatibility 64bit
Change-Id: I3688ecf1beecc1d1193953bb7ce733cbf0f6888c
Diffstat
-rwxr-xr-xlibntfs-3g/unix_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libntfs-3g/unix_io.c b/libntfs-3g/unix_io.c
index 799db0b..2f3ddf0 100755
--- a/libntfs-3g/unix_io.c
+++ b/libntfs-3g/unix_io.c
@@ -68,7 +68,7 @@
#define DEV_FD(dev) (*(int *)dev->d_private)
#ifdef __USE_FILE_OFFSET64
-#define fcntl __fcntl64
+//#define fcntl __fcntl64
#endif
/* Define to nothing if not present on this system. */