summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-12 17:20:00 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-12 17:20:00 +0100
commit29adb166c5fa77501a6a81f3f15574ba81817650 (patch)
treea5f6bba325b6766c4ce5315a2f9a324b3b50140c /docs
parent6921ab52299b015392d2efbeeea857d673ada29f (diff)
downloadwolfbones-29adb166c5fa77501a6a81f3f15574ba81817650.tar.gz
wolfbones-29adb166c5fa77501a6a81f3f15574ba81817650.tar.bz2
added comment about why Solaris 10 doesn't compile at the moment
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 3d5c5e9..d603d72 100644
--- a/docs/port/TODOS
+++ b/docs/port/TODOS
@@ -1,3 +1,6 @@
+- fix the gcc -std=c99 problem on solaris 10 (header file
+ /usr/include/sys/feature_tests.h), this also means we
+ must clean up the compiler flags in the makefiles
- feedback to the c99 snprintf guy, errors like:
- -1 instead of buffer size on boffer overflow
- extern errno in mutli-threaded code