Restore stdint.h for android-3..19 to the original headers

$NDK/tests/standalone/run.sh fail to run with last update on stdint.h
to android-20 level.  Restore stdint.h for fear of the new one breaking
the existing apps

Also fix signal_portable.h to use SIGRTMIN/MAX in old headers
(which got renamed to __SIGRTMIN in new header)

Also change _JBLEN to 1024 which shall be large enough to store CPU
states for forseable future.

Change-Id: Ia9c03558a258c10434eb8e6985adc122532feaa3
This commit is contained in:
Andrew Hsieh
2014-05-12 12:10:29 +08:00
parent 4645251978
commit 154e19fda6
3 changed files with 190 additions and 125 deletions

View File

@@ -36,4 +36,4 @@
* This value comes from the mips machine/setjmp.h header
* because it has the biggest jump buffer length.
*/
#define _JBLEN 157
#define _JBLEN 1024 /* 157 */