]> granicus.if.org Git - libjpeg-turbo/commit
TJBench: Fix segfault on Android
authorDRC <information@libjpeg-turbo.org>
Mon, 1 Feb 2016 17:03:39 +0000 (11:03 -0600)
committerDRC <information@libjpeg-turbo.org>
Mon, 1 Feb 2016 17:03:39 +0000 (11:03 -0600)
commit31280613821c659d5f6afe828d5e6fcf2ad0c18e
treefdcbc02bd2ba91a035c5b9dd699f4a2964c4e8f6
parent8af3f8a9cb165a8cc7e2bf0ef2747dc54e8052ec
TJBench: Fix segfault on Android

For whatever reason, the "write" global variable in tjbench.c was
overriding the linkage with the write() system function.  This may have
affected other platforms as well but was not known to.
tjbench.c