summaryrefslogtreecommitdiff
path: root/src/arch-x86-syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x86-syscalls.c')
-rw-r--r--src/arch-x86-syscalls.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch-x86-syscalls.c b/src/arch-x86-syscalls.c
index c44eb06..79f1b91 100644
--- a/src/arch-x86-syscalls.c
+++ b/src/arch-x86-syscalls.c
@@ -27,8 +27,7 @@
#include "arch-x86.h"
/* NOTE: based on Linux 3.4.7 */
-static const struct arch_syscall_def x86_syscall_table[] = \
-{
+static const struct arch_syscall_def x86_syscall_table[] = { \
{ "accept", __PNR_accept },
{ "accept4", __PNR_accept4 },
{ "access", 33 },