aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/sys/klog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sys/klog.h')
-rw-r--r--libc/include/sys/klog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/include/sys/klog.h b/libc/include/sys/klog.h
index 47eb3a4cf..ed746fcc6 100644
--- a/libc/include/sys/klog.h
+++ b/libc/include/sys/klog.h
@@ -46,8 +46,8 @@ __BEGIN_DECLS
#define KLOG_SIZE_UNREAD 9
#define KLOG_SIZE_BUFFER 10
-int klogctl(int, char *, int);
+int klogctl(int __type, char* __buf, int __buf_size);
__END_DECLS
-#endif /* _SYS_KLOG_H_ */
+#endif