Changeset 05ec85c in rtems-libbsd


Ignore:
Timestamp:
07/18/19 08:21:21 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
5173168
Parents:
7b1aea9
git-author:
Sebastian Huber <sebastian.huber@…> (07/18/19 08:21:21)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/23/19 08:55:42)
Message:

C++ compatibility for kernel space <sys/sysctl.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freebsd/sys/sys/sysctl.h

    r7b1aea9 r05ec85c  
    11311131#endif /* __rtems__ */
    11321132            int flags);
     1133#ifndef __rtems__
    11331134int     userland_sysctl(struct thread *td, int *name, u_int namelen, void *old,
    11341135            size_t *oldlenp, int inkernel, const void *new, size_t newlen,
    11351136            size_t *retval, int flags);
     1137#endif /* __rtems__ */
    11361138int     sysctl_find_oid(int *name, u_int namelen, struct sysctl_oid **noid,
    11371139            int *nindx, struct sysctl_req *req);
Note: See TracChangeset for help on using the changeset viewer.