Wed May 29 00:57:37 1996 David Mosberger-Tang <davidm@azstarnet.com>
[platform/upstream/glibc.git] / sysdeps / unix / sysv / linux / sys / klog.h
1 #ifndef _SYS_KLOG_H
2 #define _SYS_KLOG_H
3
4 /* Control the kernel's logging facility.  This corresponds exactly to
5    the kernel's syslog system call, but that name is easily confused
6    with the user-level syslog facility, which is something completely
7    different.  */
8 extern int klogctl __P((int type, char *bufp, int len));
9
10 #endif /* _SYS_KLOG_H */