summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wolf/port/sys.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/wolf/port/sys.h b/include/wolf/port/sys.h
index 4f45e07..3bbd7a6 100644
--- a/include/wolf/port/sys.h
+++ b/include/wolf/port/sys.h
@@ -175,10 +175,8 @@
#define _XOPEN_SOURCE 600
#define __EXTENSIONS__
#endif
-/* TODO: check this, I don't think Solaris 8 has a working
- * snprintf! */
-#define HAVE_SNPRINTF
-#define HAVE_VSNPRINTF
+/* Solaris 8 has a snprintf, but it doesn't work for all C99 features,
+ * e.g. %zd for size_t */
#define HAVE_STRDUP
#define HAVE_ENUM_BOOL
#define HAVE_STRCASECMP