summaryrefslogtreecommitdiffstats
path: root/8/platforms/android-9/arch-arm/usr/include/errno.h
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-12-21 09:07:04 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2012-12-21 14:18:01 +0800
commit3123853ede6209e485fb7110bdcd38aea0f33d23 (patch)
treed660e60ac5f03d4dfc987199f531f8eac6ddccb5 /8/platforms/android-9/arch-arm/usr/include/errno.h
parent3d1b492606ffe30bd28f869546d88c4f19c933ed (diff)
downloadprebuilts_ndk-3123853ede6209e485fb7110bdcd38aea0f33d23.zip
prebuilts_ndk-3123853ede6209e485fb7110bdcd38aea0f33d23.tar.gz
prebuilts_ndk-3123853ede6209e485fb7110bdcd38aea0f33d23.tar.bz2
Update prebuilts/ndk/8 to r8d/r8c
1. Update prebuilts/ndk/8 to r8d release (*1), except for 2. sources/cxx-stl/gabi++ and sources/cxx-stl/stlport remain in r8c before exception handling support is added for r8d. Both will be upgraded to r8d once abi/ is upgraded to r8d's gabi++. 3. Add link 8/platforms/android-* (*1) http://developer.android.com/tools/sdk/ndk/index.html Change-Id: If61526b0f815a0f980ab19ffd10765a3b69ceb28
Diffstat (limited to '8/platforms/android-9/arch-arm/usr/include/errno.h')
-rw-r--r--8/platforms/android-9/arch-arm/usr/include/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/8/platforms/android-9/arch-arm/usr/include/errno.h b/8/platforms/android-9/arch-arm/usr/include/errno.h
index 2b2685a..e1b15c0 100644
--- a/8/platforms/android-9/arch-arm/usr/include/errno.h
+++ b/8/platforms/android-9/arch-arm/usr/include/errno.h
@@ -36,7 +36,7 @@ __BEGIN_DECLS
/* on Linux, ENOTSUP and EOPNOTSUPP are defined as the same error code
* even if 1000.3 states that they should be different
*/
-#ifndef ENOTUP
+#ifndef ENOTSUP
#define ENOTSUP EOPNOTSUPP
#endif