diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys/klog.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/klog.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/klog.h b/sysdeps/unix/sysv/linux/sys/klog.h new file mode 100644 index 0000000000..b8a39d6492 --- /dev/null +++ b/sysdeps/unix/sysv/linux/sys/klog.h @@ -0,0 +1,10 @@ +#ifndef _SYS_KLOG_H +#define _SYS_KLOG_H + +/* 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)); + +#endif /* _SYS_KLOG_H */ |