summaryrefslogtreecommitdiffstats
path: root/9/platforms/android-19/arch-mips64/usr/include/sys/timex.h
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-02-06 14:54:33 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2014-02-06 17:41:31 +0800
commit7372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2c (patch)
tree90f9cc5ff38d4d9a1133780bdbf33053674760a2 /9/platforms/android-19/arch-mips64/usr/include/sys/timex.h
parent733874f3f5180fc248286514eac91100b9b9b4e2 (diff)
downloadprebuilts_ndk-7372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2c.zip
prebuilts_ndk-7372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2c.tar.gz
prebuilts_ndk-7372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2c.tar.bz2
Add platforms headers/libs for mips64
Also 1) update some headers in arm64/x86_64 2) add crtbegin_dynamic.o for x86_64 missing from last time 3) add symlink to android-19/arch-mips64 for other levels 4) refresh stlport mainly to account for the fact that sizeof(long double)==16 since https://android-review.googlesource.com/#/c/81133/ Change-Id: I5ea68cb8f17304682fc1d3ac7a27367d2c9a6daa
Diffstat (limited to '9/platforms/android-19/arch-mips64/usr/include/sys/timex.h')
-rw-r--r--9/platforms/android-19/arch-mips64/usr/include/sys/timex.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/9/platforms/android-19/arch-mips64/usr/include/sys/timex.h b/9/platforms/android-19/arch-mips64/usr/include/sys/timex.h
new file mode 100644
index 0000000..4096e7d
--- /dev/null
+++ b/9/platforms/android-19/arch-mips64/usr/include/sys/timex.h
@@ -0,0 +1,34 @@
+/*
+ * Copyright (C) 2014 The Android Open Source Project
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * * Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in
+ * the documentation and/or other materials provided with the
+ * distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+ * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+
+#ifndef _SYS_TIMEX_H_
+#define _SYS_TIMEX_H_
+
+#include <linux/timex.h>
+
+#endif /* _SYS_TIMEX_H_ */