diff options
Diffstat (limited to 'musl/sys/klog.h')
-rw-r--r-- | musl/sys/klog.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/musl/sys/klog.h b/musl/sys/klog.h new file mode 100644 index 0000000..aa66684 --- /dev/null +++ b/musl/sys/klog.h @@ -0,0 +1,14 @@ +#ifndef _SYS_KLOG_H +#define _SYS_KLOG_H + +#ifdef __cplusplus +extern "C" { +#endif + +int klogctl (int, char *, int); + +#ifdef __cplusplus +} +#endif + +#endif |