summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/syscalls/personality.S
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-10-01 13:29:43 -0700
committerElliott Hughes <enh@google.com>2013-10-01 13:29:43 -0700
commite4ffd9f2341f42c9281b4a93df76768580535edd (patch)
treeef4a32ac4a578caae3a1b909df84f508f2bf07d0 /libc/arch-x86/syscalls/personality.S
parent475e8dde178f05f91626a22ade795244efe69a3e (diff)
downloadbionic-e4ffd9f2341f42c9281b4a93df76768580535edd.zip
bionic-e4ffd9f2341f42c9281b4a93df76768580535edd.tar.gz
bionic-e4ffd9f2341f42c9281b4a93df76768580535edd.tar.bz2
Regenerate the system call stubs (to get x86_64).
This touches the x86 stubs too because arm, x86, and x86_64 now all share the same header (at a source level), which causes a reordering of the #include lines. Change-Id: If9a1e2b2718bd41d8399fea748bce672c513ef84
Diffstat (limited to 'libc/arch-x86/syscalls/personality.S')
-rw-r--r--libc/arch-x86/syscalls/personality.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/personality.S b/libc/arch-x86/syscalls/personality.S
index 045f3de..00c048b 100644
--- a/libc/arch-x86/syscalls/personality.S
+++ b/libc/arch-x86/syscalls/personality.S
@@ -1,7 +1,7 @@
/* autogenerated by gensyscalls.py */
+#include <asm/unistd.h>
#include <linux/err.h>
#include <machine/asm.h>
-#include <asm/unistd.h>
ENTRY(personality)
pushl %ebx