mes/lib/posix
Jan Nieuwenhuizen 15e63126e7
mescc: Mes C Library: Support GNU Tar: Add execlp.
* lib/posix/execl.c (vexec): New function.
(execl): Use it.
* lib/posix/execlp.c: New file.
* build-aux/configure-lib.sh (libc_tcc_SOURCES): Add it.
* lib/libc+gnu.c: Include it.
* include/unistd.h (execlp): Declare.
* lib/tests/posix/90-execlp.c: New file.
* lib/tests/posix/90-execlp.stdout: New file.
* build-aux/check-mescc.sh: Test it.
2019-09-09 18:34:22 +02:00
..
alarm.c build: Simplify. 2019-06-08 15:36:22 +02:00
execl.c mescc: Mes C Library: Support GNU Tar: Add execlp. 2019-09-09 18:34:22 +02:00
execlp.c mescc: Mes C Library: Support GNU Tar: Add execlp. 2019-09-09 18:34:22 +02:00
execv.c build: Simplify. 2019-06-08 15:36:22 +02:00
execvp.c build: Simplify. 2019-06-08 15:36:22 +02:00
getcwd.c Add missing #include. 2019-09-09 16:04:15 +02:00
getenv.c build: Simplify. 2019-06-08 15:36:22 +02:00
getopt.c getopt: Remove old FSF address, thanks Vagrant. 2019-09-09 16:04:15 +02:00
isatty.c build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
mktemp.c build: Simplify. 2019-06-08 15:36:22 +02:00
open.c open: Check flags, and use _open2 if applicable. 2019-09-09 16:04:13 +02:00
raise.c build: Simplify. 2019-06-08 15:36:22 +02:00
read.c mescc: Mes C Library: Add buffered read. 2019-07-27 22:58:49 +02:00
sbrk.c build: Simplify. 2019-06-08 15:36:22 +02:00
setenv.c build: Simplify. 2019-06-08 15:36:22 +02:00
sleep.c build: Simplify. 2019-06-08 15:36:22 +02:00
unsetenv.c build: Simplify. 2019-06-08 15:36:22 +02:00
wait.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
write.c mescc: Mes C Library: Have write behave well with buffered reads. 2019-07-28 13:01:37 +02:00