repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rewrite core of the glob implementation for correctness & optimization
[musl.git]
/
include
/
sys
/
klog.h
blob
aa66684e3fd8e9d2dcc8bc382b2c970600171306
1
#ifndef _SYS_KLOG_H
2
#define _SYS_KLOG_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
int
klogctl
(
int
,
char
*,
int
);
9
10
#ifdef __cplusplus
11
}
12
#endif
13
14
#endif