aboutsummaryrefslogtreecommitdiffstats
path: root/libc/kernel/arch-x86/asm
diff options
context:
space:
mode:
authorKito Cheng <kito@0xlab.org>2012-05-14 01:42:12 +0800
committerKito Cheng <kito@0xlab.org>2012-05-14 01:42:12 +0800
commitc425bc053285f9073277e9b03c795d2fd785b82f (patch)
treef34f15c554bf6ca67a78252e4ceeeee5c1c43ed6 /libc/kernel/arch-x86/asm
parent3919b96eccb6d78f71f6d19b3ebfacec93cbca1f (diff)
downloadandroid_bionic-c425bc053285f9073277e9b03c795d2fd785b82f.tar.gz
android_bionic-c425bc053285f9073277e9b03c795d2fd785b82f.tar.bz2
android_bionic-c425bc053285f9073277e9b03c795d2fd785b82f.zip
bionic: add clean kernel header ucontext.h
Change-Id: I34fd0b0147fa33fd74c13480bc11827634233a41
Diffstat (limited to 'libc/kernel/arch-x86/asm')
-rw-r--r--libc/kernel/arch-x86/asm/ucontext.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/libc/kernel/arch-x86/asm/ucontext.h b/libc/kernel/arch-x86/asm/ucontext.h
new file mode 100644
index 000000000..e2326e5ed
--- /dev/null
+++ b/libc/kernel/arch-x86/asm/ucontext.h
@@ -0,0 +1,24 @@
+/****************************************************************************
+ ****************************************************************************
+ ***
+ *** This header was automatically generated from a Linux kernel header
+ *** of the same name, to make information necessary for userspace to
+ *** call into the kernel available to libc. It contains only constants,
+ *** structures, and macros generated from the original header, and thus,
+ *** contains no copyrightable information.
+ ***
+ *** To edit the content of this header, modify the corresponding
+ *** source file (e.g. under external/kernel-headers/original/) then
+ *** run bionic/libc/kernel/tools/update_all.py
+ ***
+ *** Any manual change here will be lost the next time this script will
+ *** be run. You've been warned!
+ ***
+ ****************************************************************************
+ ****************************************************************************/
+#ifndef _ASM_X86_UCONTEXT_H
+#define _ASM_X86_UCONTEXT_H
+#define UC_FP_XSTATE 0x1
+#include <asm-generic/ucontext.h>
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
+#endif