blob: 8935917435d1789e2b4a642e292f713ac89abf41 [file] [log] [blame] [raw]
/* This file has no copyright assigned and is placed in the Public Domain.
* No warranty is given.
*/
#ifndef _SYS_SYSCTL_H
#define _SYS_SYSCTL_H
#include <sys/cdefs.h>
#undef __unused
#define __need_size_t
#include <stddef.h>
#include <linux/sysctl.h>
__BEGIN_DECLS
extern int sysctl(int *, int, void *, size_t *, void *, size_t);
__END_DECLS
#define SYS__sysctl __NR__sysctl
#endif