commit | 4c5891d93dc151e2f07fc87ae967f23e6c3d6e0c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Feb 19 22:49:44 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Feb 19 22:49:44 2015 -0800 |
tree | 0a18a145999730a8bcb118c2b42b4e6a8ffa15d9 | |
parent | 97484d3a9d0d822aeaaa1547aeb76d7669076082 [diff] [blame] |
valgrind can't find syscall because we didn't put it in <unistd.h>. Change-Id: I1e47291d4476bd2816138a8cf58f29d4986d39e3
diff --git a/libc/private/bionic_futex.h b/libc/private/bionic_futex.h index bd2bd36..401577a 100644 --- a/libc/private/bionic_futex.h +++ b/libc/private/bionic_futex.h
@@ -34,6 +34,7 @@ #include <stddef.h> #include <sys/cdefs.h> #include <sys/syscall.h> +#include <unistd.h> __BEGIN_DECLS