commit | 3b2096a9d6edd74622b94cacc76b77100f919b84 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jul 22 18:57:12 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jul 22 18:57:12 2016 -0700 |
tree | 1e5db3202e110172e7db1ced6d87cf8ceca7ed0b | |
parent | 7101c48f20f2f19dd1d314d23251fb52995a0870 [diff] [blame] |
Remove unnecessary 'extern's. Change-Id: Iba2b3fb6ff88e504f1657b915120ae43d58a1e03
diff --git a/libc/include/sys/klog.h b/libc/include/sys/klog.h index acfaa20..47eb3a4 100644 --- a/libc/include/sys/klog.h +++ b/libc/include/sys/klog.h
@@ -46,7 +46,7 @@ #define KLOG_SIZE_UNREAD 9 #define KLOG_SIZE_BUFFER 10 -extern int klogctl(int, char *, int); +int klogctl(int, char *, int); __END_DECLS