repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
include
/
sys
/
sysctl.h
blob
db8e08da4a633b86f6d34ce8776bba7c5b7e13f5
1
#ifndef _SYS_SYSCTL_H
2
#include_next <sys/sysctl.h>
3
4
/* Read or write system parameters (Linux specific). */
5
extern
int
__sysctl
(
int
*
__name
,
int
__nlen
,
void
*
__oldval
,
6
size_t
*
__oldlenp
,
void
*
__newval
,
size_t
__newlen
);
7
8
9
#endif
/* _SYS_SYSCTL_H */