[PATCH 0/2] tools/nolibc: add pipe() and its testcase

Yuan Tan posted 2 patches 2 years, 6 months ago
tools/include/nolibc/sys.h                   | 17 ++++++++++
tools/testing/selftests/nolibc/nolibc-test.c | 34 ++++++++++++++++++++
2 files changed, 51 insertions(+)
[PATCH 0/2] tools/nolibc: add pipe() and its testcase
Posted by Yuan Tan 2 years, 6 months ago
Hi,

Zhangjin and I are working on a tiny shell with nolibc. This patch
enables the missing pipe() with its testcase.

Thanks.

Yuan Tan (2):
  tools/nolibc: add pipe() support
  selftests/nolibc: add testcase for pipe.

 tools/include/nolibc/sys.h                   | 17 ++++++++++
 tools/testing/selftests/nolibc/nolibc-test.c | 34 ++++++++++++++++++++
 2 files changed, 51 insertions(+)

-- 
2.39.2