mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 16:29:18 +08:00
C++ compatibility for kernel space <sys/sysctl.h>
This commit is contained in:
parent
7b1aea98a1
commit
05ec85c87c
@ -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, const 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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user