mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 08:39:17 +08:00
Rename kernel space log() to _bsd_log()
This avoids a conflict with the standard math library log() function.
This commit is contained in:
parent
524990c2ab
commit
c1644467b1
@ -294,6 +294,7 @@
|
|||||||
#define kthread_exit _bsd_kthread_exit
|
#define kthread_exit _bsd_kthread_exit
|
||||||
#define kthread_start _bsd_kthread_start
|
#define kthread_start _bsd_kthread_start
|
||||||
#define kthread_suspend _bsd_kthread_suspend
|
#define kthread_suspend _bsd_kthread_suspend
|
||||||
|
#define log _bsd_log
|
||||||
#define malloc_init _bsd_malloc_init
|
#define malloc_init _bsd_malloc_init
|
||||||
#define malloc_uninit _bsd_malloc_uninit
|
#define malloc_uninit _bsd_malloc_uninit
|
||||||
#define maxproc _bsd_maxproc
|
#define maxproc _bsd_maxproc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user