Add sysctl(), etc. prototypes

This commit is contained in:
Sebastian Huber
2013-10-15 15:36:59 +02:00
parent 9d9bfaff8d
commit 57f20025a7
5 changed files with 10 additions and 2 deletions

View File

@@ -747,9 +747,7 @@ void sysctl_lock(void);
void sysctl_unlock(void);
int sysctl_wire_old_buffer(struct sysctl_req *req, size_t len);
#ifndef __rtems__
#else /* !_KERNEL */
#endif /* __rtems__ */
#include <sys/cdefs.h>
__BEGIN_DECLS