summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-01-31 22:46:57 +0100
committerDees Troy <dees_troy@teamw.in>2015-11-26 05:10:48 +0100
commit00bc7025664821938047306b7bb1e883d33ca8b4 (patch)
tree83a54637ef9105734446c7bbd281b0aace21c5f1
parentUpdate dosfstools (diff)
downloadandroid_bootable_recovery-00bc7025664821938047306b7bb1e883d33ca8b4.tar
android_bootable_recovery-00bc7025664821938047306b7bb1e883d33ca8b4.tar.gz
android_bootable_recovery-00bc7025664821938047306b7bb1e883d33ca8b4.tar.bz2
android_bootable_recovery-00bc7025664821938047306b7bb1e883d33ca8b4.tar.lz
android_bootable_recovery-00bc7025664821938047306b7bb1e883d33ca8b4.tar.xz
android_bootable_recovery-00bc7025664821938047306b7bb1e883d33ca8b4.tar.zst
android_bootable_recovery-00bc7025664821938047306b7bb1e883d33ca8b4.zip
-rw-r--r--dosfstools/src/mkfs.fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dosfstools/src/mkfs.fat.c b/dosfstools/src/mkfs.fat.c
index dddbe2472..f6c6519d0 100644
--- a/dosfstools/src/mkfs.fat.c
+++ b/dosfstools/src/mkfs.fat.c
@@ -72,7 +72,7 @@
/* In earlier versions, an own llseek() was used, but glibc lseek() is
* sufficient (or even better :) for 64 bit offsets in the meantime */
-#define llseek lseek
+#define llseek lseek64
/* Constant definitions */