summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'liblog/logger.h')
-rw-r--r--liblog/logger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblog/logger.h b/liblog/logger.h
index 86c75f8b8..1a39ec092 100644
--- a/liblog/logger.h
+++ b/liblog/logger.h
@@ -30,7 +30,7 @@ __BEGIN_DECLS
30 30
31/* Union, sock or fd of zero is not allowed unless static initialized */ 31/* Union, sock or fd of zero is not allowed unless static initialized */
32union android_log_context { 32union android_log_context {
33 void* private; 33 void* priv;
34 atomic_int sock; 34 atomic_int sock;
35 atomic_int fd; 35 atomic_int fd;
36 struct listnode* node; 36 struct listnode* node;