File: klog.h

package info (click to toggle)
dietlibc 0.12-2.5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,620 kB
  • ctags: 12,123
  • sloc: ansic: 32,297; asm: 5,648; makefile: 428; perl: 62; sh: 61
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef	_SYS_KLOG_H
#define	_SYS_KLOG_H

#include <sys/cdefs.h>

extern int klogctl (int __type, char *__bufp, int __len) __THROW;

#endif