aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-01-28 17:20:28 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-01-28 17:20:28 +0000
commit8e13981e07a59c8116944f21f1e00a974da0bc25 (patch)
tree302cdca680811b7acd4a2fd72255d6d483745b70
parent59e34c92ea26fa5e113a6cfe3fb7a991ea23480c (diff)
parent7c6899c198c3a3c68268243a2f46050d13bf622f (diff)
downloadminijail-8e13981e07a59c8116944f21f1e00a974da0bc25.tar.gz
Fix build in x86_64.
am: 7c6899c198 * commit '7c6899c198c3a3c68268243a2f46050d13bf622f': Fix build in x86_64.
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index c72640a..3de8eb7 100644
--- a/util.c
+++ b/util.c
@@ -29,7 +29,7 @@
#if defined(__x86_64__)
#if defined(__ANDROID__)
const char *log_syscalls[] = {"socket", "connect", "fcntl", "writev"};
-#elif
+#else
const char *log_syscalls[] = {"connect", "sendto"};
#endif
#elif defined(__i386__)