mes/lib/posix
Jan Nieuwenhuizen acb5608b70
mescc: Mes C library: Move common getcwd, open bits to posix.
* lib/linux/_getcwd.c: Rename from getcwd.c.
* lib/linux/_open3.c: Rename from open.c.
* lib/posix/getcwd.c: New file with bits from ../linux/getcwd.c.
* lib/posix/open.c: New file with bits ../linux/getcwd.c.
* build-aux/build-lib.sh (libc_SOURCES): Update.
2019-06-25 23:10:52 +02:00
..
alarm.c build: Simplify. 2019-06-08 15:36:22 +02:00
execl.c build: Simplify. 2019-06-08 15:36: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 mescc: Mes C library: Move common getcwd, open bits to posix. 2019-06-25 23:10:52 +02:00
getenv.c build: Simplify. 2019-06-08 15:36:22 +02:00
getopt.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +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 mescc: Mes C library: Move common getcwd, open bits to posix. 2019-06-25 23:10:52 +02:00
raise.c build: Simplify. 2019-06-08 15:36:22 +02:00
read.c mescc: Mes C Library: Move posix bits to read. 2019-06-25 01:58:15 +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: Explode libc-mini.c. 2019-05-10 00:32:45 +02:00