mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 03:17:56 +08:00
Add MAC support functions
WARNING: They are not thread-safe! This is a known FreeBSD issue.
This commit is contained in:
1
rtemsbsd/include/dlfcn.h
Normal file
1
rtemsbsd/include/dlfcn.h
Normal file
@@ -0,0 +1 @@
|
||||
/* EMPTY */
|
@@ -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
|
||||
|
Reference in New Issue
Block a user