Add MAC support functions

WARNING: They are not thread-safe!  This is a known FreeBSD issue.
This commit is contained in:
Sebastian Huber
2013-10-21 13:57:22 +02:00
parent d02c99826a
commit cdf6024953
6 changed files with 454 additions and 1 deletions

1
rtemsbsd/include/dlfcn.h Normal file
View File

@@ -0,0 +1 @@
/* EMPTY */

View File

@@ -356,7 +356,6 @@
#define sysctl_lock _bsd_sysctl_lock
#define sysctl_move_oid _bsd_sysctl_move_oid
#define sysctl_msec_to_ticks _bsd_sysctl_msec_to_ticks
#define sysctlnametomib _bsd_sysctlnametomib
#define sysctl_register_oid _bsd_sysctl_register_oid
#define sysctl_remove_oid _bsd_sysctl_remove_oid
#define sysctl_rename_oid _bsd_sysctl_rename_oid