summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--freebsd/sys/sys/sysctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/sys/sysctl.h b/freebsd/sys/sys/sysctl.h
index 3ad66479..b2ae7f97 100644
--- a/freebsd/sys/sys/sysctl.h
+++ b/freebsd/sys/sys/sysctl.h
@@ -1130,9 +1130,11 @@ int kernel_sysctlbyname(struct thread *td, char *name, void *old,
size_t *oldlenp, const void *newp, size_t newlen, size_t *retval,
#endif /* __rtems__ */
int flags);
+#ifndef __rtems__
int userland_sysctl(struct thread *td, int *name, u_int namelen, void *old,
size_t *oldlenp, int inkernel, void *new, size_t newlen,
size_t *retval, int flags);
+#endif /* __rtems__ */
int sysctl_find_oid(int *name, u_int namelen, struct sysctl_oid **noid,
int *nindx, struct sysctl_req *req);
void sysctl_wlock(void);