aboutsummaryrefslogtreecommitdiff
path: root/doc/index
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-04 18:29:56 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-04 18:29:56 +0000
commit8ba83875b7e3f3151734e043eda767f041288ad3 (patch)
treef02c062be42a5c1ee8dd1e551d3ed2a9d302b2ca /doc/index
parente6db44f8693cafb43765ae183192a360fd816f27 (diff)
downloadikiwiki-8ba83875b7e3f3151734e043eda767f041288ad3.tar
ikiwiki-8ba83875b7e3f3151734e043eda767f041288ad3.tar.gz
web commit by JoshTriplett: asprintf and glibc
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index/discussion.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn
index 38c663228..fd3631c07 100644
--- a/doc/index/discussion.mdwn
+++ b/doc/index/discussion.mdwn
@@ -205,3 +205,5 @@ More specifically,
Thanks, Joey et al., for a really cool tool.
--Mike
+
+> Looks like the ikiwiki wrapper uses asprintf. glibc has that, and I think some other libc implementations have that, but apparently the Solaris libc does not. The same problem will come up on other platforms that don't use glibc. The ikiwiki wrapper needs to either avoid asprintf or use a portable asprintf implementation from somewhere like gnulib. --[[JoshTriplett]] \ No newline at end of file