web commit by JoshTriplett: asprintf and glibc

master
joey 2007-07-04 18:29:56 +00:00
parent e6db44f869
commit 8ba83875b7
1 changed files with 2 additions and 0 deletions

View File

@ -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]]