From c4b0fdc4bf008115c9d7a2589de38ed007ca8138 Mon Sep 17 00:00:00 2001 From: Dylan Reid Date: Wed, 13 Jan 2016 18:28:29 -0800 Subject: Make is_android static util.h gets included from more than one place on Chrome OS builds. Change-Id: I021235738115782fc2966d51fe356364953db169 Signed-off-by: Dylan Reid --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.h b/util.h index 069090f..0cc1d15 100644 --- a/util.h +++ b/util.h @@ -29,7 +29,7 @@ extern const char *log_syscalls[]; extern const size_t log_syscalls_len; -inline int is_android() { +static inline int is_android() { #if defined(__ANDROID__) return 1; #else -- cgit v1.2.3