platform_bionic/tests
Irina Tirdea eac9eb462e Add getdelim(3) and getline(3) to bionic
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-27 11:38:57 -07:00
..
Android.mk Fix tmpfile(3). 2012-09-26 12:02:17 -07:00
dlopen_test.cpp Simple tests for dladdr(3). 2012-09-26 11:44:01 -07:00
getcwd_test.cpp Enhance getcwd(3) to handle NULL like glibc. 2012-08-16 15:59:12 -07:00
pthread_test.cpp Add more pthreads tests. 2012-09-07 16:47:54 -07:00
regex_test.cpp Switch to the current NetBSD regex implementation. 2012-08-15 15:39:11 -07:00
stdio_test.cpp Add getdelim(3) and getline(3) to bionic 2012-09-27 11:38:57 -07:00
string_test.cpp Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). 2012-09-13 15:18:21 -07:00
stubs_test.cpp Fix several compiler warnings. 2012-09-26 14:20:22 -07:00