]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Extend the strerror_r() result type discrepancy check in os_unix.c to include the...
authorstephan <stephan@noemail.net>
Mon, 19 Feb 2024 12:20:46 +0000 (12:20 +0000)
committerstephan <stephan@noemail.net>
Mon, 19 Feb 2024 12:20:46 +0000 (12:20 +0000)
commite0a9935be1c506646566f6b7845eb381bb219e16
treedee82558b4732b057d94b0cda7c48de9e314efb4
parent6161cdd446eec170f7c0edf58d0d72a2cd3c5f85
Extend the strerror_r() result type discrepancy check in os_unix.c to include the Android NDK, as reported in [forum post 3f13857fa4062301|forum:3f13857fa4062301]. The NDK's strerror_r() signature is version-dependent, whereas this change assumes int return (POSIX semantic) across all versions.

FossilOrigin-Name: f18b2524da6bbbcf372b292df52fbe6efa49fd6e1f1f13ef2447279d559f7a08
manifest
manifest.uuid
src/os_unix.c