Commit Graph

2 Commits

Author SHA1 Message Date
Jan (janneke) Nieuwenhuizen e7e70a9f48
DRAFT lib: Add missing pipe prototype.
* include/unistd.h (pipe: New prototype.
2023-01-08 10:19:05 +01:00
Jan (janneke) Nieuwenhuizen a41e27284a
DRAFT lib: Implement popen, pclose.
* lib/stub/pclose.c: Move to...
* lib/stdio/pclose.c: ...here.  Implement.
* lib/stub/popen.c: Move to...
* lib/stdio/popen.c: ...here.  Implement.
* build-aux/configure-lib.sh (libc_gnu_SOURCES): Update file locations.
2023-01-08 10:19:05 +01:00