summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'liblog/include/log/log_main.h')
-rw-r--r--liblog/include/log/log_main.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/liblog/include/log/log_main.h b/liblog/include/log/log_main.h
index da1615828..68c2e9af6 100644
--- a/liblog/include/log/log_main.h
+++ b/liblog/include/log/log_main.h
@@ -18,10 +18,9 @@
18#define _LIBS_LOG_LOG_MAIN_H 18#define _LIBS_LOG_LOG_MAIN_H
19 19
20#include <android/log.h> 20#include <android/log.h>
21#include <sys/cdefs.h>
21 22
22#ifdef __cplusplus 23__BEGIN_DECLS
23extern "C" {
24#endif
25 24
26/* 25/*
27 * Normally we strip the effects of ALOGV (VERBOSE messages), 26 * Normally we strip the effects of ALOGV (VERBOSE messages),
@@ -385,8 +384,6 @@ int __android_log_is_loggable_len(int prio, const char* tag, size_t len,
385#pragma clang diagnostic pop 384#pragma clang diagnostic pop
386#endif 385#endif
387 386
388#ifdef __cplusplus 387__END_DECLS
389}
390#endif
391 388
392#endif /* _LIBS_LOG_LOG_MAIN_H */ 389#endif /* _LIBS_LOG_LOG_MAIN_H */