summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-10 10:19:04 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-10 10:23:35 +0100
commitc1644467b1b04443dc225250e4d2999cefac953e (patch)
tree86f178d4344de8f79f1e6988a17d8df7ec7e075d
parentProvide ffs() and ffsl() via builtins (diff)
downloadrtems-libbsd-c1644467b1b04443dc225250e4d2999cefac953e.tar.bz2
Rename kernel space log() to _bsd_log()
This avoids a conflict with the standard math library log() function.
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-symbols.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-symbols.h b/rtemsbsd/include/machine/rtems-bsd-symbols.h
index 4a9e4ac1..2b2af6e7 100644
--- a/rtemsbsd/include/machine/rtems-bsd-symbols.h
+++ b/rtemsbsd/include/machine/rtems-bsd-symbols.h
@@ -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