about summary refs log tree commit diff
path: root/include/sys/sysctl.h
blob: db8e08da4a633b86f6d34ce8776bba7c5b7e13f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _SYS_SYSCTL_H
#include_next <sys/sysctl.h>

/* Read or write system parameters (Linux specific).  */
extern int __sysctl (int *__name, int __nlen, void *__oldval,
		     size_t *__oldlenp, void *__newval, size_t __newlen);


#endif  /* _SYS_SYSCTL_H */