diff options
author | Kito Cheng <kito@0xlab.org> | 2012-05-14 01:42:12 +0800 |
---|---|---|
committer | Kito Cheng <kito@0xlab.org> | 2012-05-14 01:42:12 +0800 |
commit | c425bc053285f9073277e9b03c795d2fd785b82f (patch) | |
tree | f34f15c554bf6ca67a78252e4ceeeee5c1c43ed6 /libc/kernel/arch-x86/asm | |
parent | 3919b96eccb6d78f71f6d19b3ebfacec93cbca1f (diff) | |
download | android_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.h | 24 |
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 |