summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-06 08:47:17 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-06 08:47:17 +0200
commitf945d8d5fc9e297f76a5046a72b6a135abfd6e39 (patch)
tree0519a20dbbeefb51f28b9e98c73ad31ff74cb080 /docs
parent70b342e3ecbabad22d04f3249271d108a9c35285 (diff)
downloadwolfbones-f945d8d5fc9e297f76a5046a72b6a135abfd6e39.tar.gz
wolfbones-f945d8d5fc9e297f76a5046a72b6a135abfd6e39.tar.bz2
added comment about solaris 8 stdio problems
Diffstat (limited to 'docs')
-rw-r--r--docs/port/TODOS3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/port/TODOS b/docs/port/TODOS
index 41593f9..ffdb327 100644
--- a/docs/port/TODOS
+++ b/docs/port/TODOS
@@ -5,3 +5,6 @@
- -1 instead of buffer size on boffer overflow
- extern errno in mutli-threaded code
- add a lot more tests
+- %zd and similar pointers: make format macros like PRIdPTR which
+ get mapped to %ld. But what if snprintf could do a %zd and
+ fprintf not?