summaryrefslogtreecommitdiff
path: root/tests/stdio_test.cpp
AgeCommit message (Collapse)Author
2012-09-27Add getdelim(3) and getline(3) to bionicIrina Tirdea
Some userspace programs (e.g. perf) need getline. Changes: () add getdelim.c, getline.c from NetBSD (http://netbsd.org/) under the NetBSD Foundation's (TNF) license ("2 clause" Berkeley-style license). () add stub for reentrant.h header that is needed by getdelim.c () add tests for getdelim(3) and getline(3). () update NOTICE file. Change-Id: I22ed82dd5904b9d7a3695535c04f502be3c27c5d Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
2012-09-26Fix tmpfile(3).Elliott Hughes
This could be better, but at least now it works. Change-Id: I88b7cf3f7ce8e5fa0b3fe678b7d1679a68ffffc9