summaryrefslogtreecommitdiffstats
path: root/9/platforms/android-21/arch-mips/usr/include/machine/setjmp.h
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-10-21 16:32:42 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2014-10-21 16:38:12 -0700
commit0fbc29f4cd89425f9d7d181ce88bc2d09e377180 (patch)
tree3645a107c5557215e74fa95418fc4b54e1f67b81 /9/platforms/android-21/arch-mips/usr/include/machine/setjmp.h
parentcc7f0662f37ce26ec7a563da6fc2a78c4fdac8bd (diff)
downloadprebuilts_ndk-0fbc29f4cd89425f9d7d181ce88bc2d09e377180.zip
prebuilts_ndk-0fbc29f4cd89425f9d7d181ce88bc2d09e377180.tar.gz
prebuilts_ndk-0fbc29f4cd89425f9d7d181ce88bc2d09e377180.tar.bz2
Add real android-21 32-bit headers/libs
Also corret __ANDROID_API__ in 64-bit android/api-level.h Change-Id: Ia7f82f07d70eebb2daa62e03c227091b74d05fb6
Diffstat (limited to '9/platforms/android-21/arch-mips/usr/include/machine/setjmp.h')
-rw-r--r--9/platforms/android-21/arch-mips/usr/include/machine/setjmp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/9/platforms/android-21/arch-mips/usr/include/machine/setjmp.h b/9/platforms/android-21/arch-mips/usr/include/machine/setjmp.h
new file mode 100644
index 0000000..55ba7be
--- /dev/null
+++ b/9/platforms/android-21/arch-mips/usr/include/machine/setjmp.h
@@ -0,0 +1,10 @@
+/* $OpenBSD: setjmp.h,v 1.2 2004/08/10 21:10:56 pefo Exp $ */
+
+/* Public domain */
+
+#ifndef _MIPS_SETJMP_H_
+#define _MIPS_SETJMP_H_
+
+#define _JBLEN 157 /* size, in longs, of a jmp_buf */
+
+#endif /* !_MIPS_SETJMP_H_ */