about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sys/klog.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys/klog.h')
-rw-r--r--sysdeps/unix/sysv/linux/sys/klog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/klog.h b/sysdeps/unix/sysv/linux/sys/klog.h
index 783352286d..62243e9ecf 100644
--- a/sysdeps/unix/sysv/linux/sys/klog.h
+++ b/sysdeps/unix/sysv/linux/sys/klog.h
@@ -21,10 +21,14 @@
 #define	_SYS_KLOG_H	1
 #include <features.h>
 
+__BEGIN_DECLS
+
 /* Control the kernel's logging facility.  This corresponds exactly to
    the kernel's syslog system call, but that name is easily confused
    with the user-level syslog facility, which is something completely
    different.  */
 extern int klogctl __P ((int __type, char *__bufp, int __len));
 
+__END_DECLS
+
 #endif /* _SYS_KLOG_H */