Rename kernel space log() to _bsd_log()

This avoids a conflict with the standard math library log() function.
This commit is contained in:
Sebastian Huber 2015-11-10 10:19:04 +01:00
parent 524990c2ab
commit c1644467b1

View File

@ -294,6 +294,7 @@
#define kthread_exit _bsd_kthread_exit
#define kthread_start _bsd_kthread_start
#define kthread_suspend _bsd_kthread_suspend
#define log _bsd_log
#define malloc_init _bsd_malloc_init
#define malloc_uninit _bsd_malloc_uninit
#define maxproc _bsd_maxproc