summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-01-20 12:50:23 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-01-30 15:04:18 +0100
commit08c858844083b21f68c42d3b2388509d0899d498 (patch)
treeb534f4df1e293bee1685a944e999246e26f1e783 /libbsd.txt
parentUNIX(4): Import from FreeBSD (diff)
downloadrtems-libbsd-08c858844083b21f68c42d3b2388509d0899d498.tar.bz2
PRINTF(9): Do not use printk() for log()
The BSD library functions must use printk(). The %D format specifier is not supported, thus we cannot use the printf() family for output.
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbsd.txt b/libbsd.txt
index 7ecb75eb..628890ab 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -115,6 +115,9 @@ the current Git submodule commit is this
destruction. Add support for file descriptor transmission via control
messages.
+* PRINTF(9): Add support for log(), the %D format specifier is missing in the
+ normal printf() family.
+
[listing]
----
/* sysinit section? */