Yes, that's exactly what I'm doing. I wasn't sure if I should include those in
the patch or not since they're machine generated. I can send the generated .S
files in an additional patch if you like.
Pepijn
Op 1-jun.-2013 om 08:20 heeft Dan Kennedy het volgende
geschreven:
> On 05/31/2013 09:
On 05/31/2013 09:28 PM, Pepijn Van Eeckhoudt wrote:
Sorry for the non-threaded reply. My subscription was set to digest mode...
Patch is available at
https://dl.dropboxusercontent.com/u/105584447/android_largefile.patch
Thanks for the patch.
When I compile on Android with it, I get linker erro
Sorry for the non-threaded reply. My subscription was set to digest mode...
Patch is available at
https://dl.dropboxusercontent.com/u/105584447/android_largefile.patch
Pepijn
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/c
On 05/31/2013 03:01 PM, Pepijn Van Eeckhoudt wrote:
Hi all,
I've ran into some issues running sqlite on Android when handling files
larger than 4Gb. Support for this counts on glibc style large file support
where off_t and off64_t are identical. In bionic (Android C runtime) this
is not the case
Hi all,
I've ran into some issues running sqlite on Android when handling files
larger than 4Gb. Support for this counts on glibc style large file support
where off_t and off64_t are identical. In bionic (Android C runtime) this
is not the case. off_t is always 32-bit; for 64-bit offsets off64_t a
5 matches
Mail list logo