No longer uses _GNU_SOURCE-specific asprintf()

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@276 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-06-09 19:45:33 +00:00
parent 63b428a19b
commit 2d931abe9b
+2
View File
@@ -603,6 +603,8 @@ Other memory:
* Restructured some Makefiles to better handle enabling and disabling
NuttX features without having so much conditional compilation in the
source files.
* tools/mkconfig.c: No long depends on asprintf() and _GNU_SOURCE and
so should now build in non-GNU, non-GLIBC environments.
* Started m68322
</pre></ul>