mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 17:54:55 +08:00
libbsd.txt: Move system control hints
Generalize hint.
This commit is contained in:
@@ -669,3 +669,10 @@ Here you see that the SYSINIT(9) entries are no longer static. The
|
|||||||
``*_REFERENCE()`` macros will create references to the corresponding modules
|
``*_REFERENCE()`` macros will create references to the corresponding modules
|
||||||
which are later resolved by the linker. The application has to provide an
|
which are later resolved by the linker. The application has to provide an
|
||||||
object file with references to all required FreeBSD modules.
|
object file with references to all required FreeBSD modules.
|
||||||
|
|
||||||
|
System Control Hints
|
||||||
|
====================
|
||||||
|
|
||||||
|
If you get undefined references to ``_bsd_sysctl_*`` symbols, then you have to
|
||||||
|
locate and add the associated system control node, see
|
||||||
|
`SYSCTL(9) <http://www.freebsd.org/cgi/man.cgi?query=SYSCTL_DECL&sektion=9>`_.
|
||||||
|
Reference in New Issue
Block a user