summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-08 00:34:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-08 00:34:18 +0000
commit42c78f2b9cac682456dada02492d255671a8a6a5 (patch)
tree717128c3039bf4ab6ebc5f9736e04e0042793a26
parent457fe12432caac0de0e430bb976dab681b3ae1a2 (diff)
parent54029a04a453598934a3091ea8c6730b11cbadcc (diff)
downloadandroid_external_flac-42c78f2b9cac682456dada02492d255671a8a6a5.tar.gz
android_external_flac-42c78f2b9cac682456dada02492d255671a8a6a5.tar.bz2
android_external_flac-42c78f2b9cac682456dada02492d255671a8a6a5.zip
Merge "Don't set _FILE_OFFSET_BITS."
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index b82014c..f9a8b52 100644
--- a/config.h
+++ b/config.h
@@ -130,7 +130,7 @@
/* #undef WORDS_BIGENDIAN */
/* Number of bits in a file offset, on hosts where this is settable. */
-#define _FILE_OFFSET_BITS 64
+/* #define _FILE_OFFSET_BITS 64 */
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef _LARGEFILE_SOURCE */