Tue Jul 9 09:37:55 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[glibc.git] / sysdeps / unix / sysv / linux / sys / klog.h
blobb8a39d6492225abb6bdafda261f05c11a83ee69e
1 #ifndef _SYS_KLOG_H
2 #define _SYS_KLOG_H
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));
10 #endif /* _SYS_KLOG_H */