mes/lib/linux
Jan Nieuwenhuizen 2b41e3c1a0
mescc: Mes C Library: Support GNU Tar: Add readlink, readlink.
* lib/linux/gnu.c (readlink, symlink): New function.
* include/unistd.h (readlink, symlink): Declare.
* include/linux/x86/syscall.h (SYS_readlink, SYS_symlink): New macro.
* include/linux/x86_64/syscall.h (SYS_symlink, SYS_readlink): New
macro.
2019-02-08 19:34:45 +01:00
..
x86-mes mescc: Mes C Library: Initialize streams in crt1. 2019-02-08 19:34:44 +01:00
x86-mes-gcc mescc: Mes C Library: Initialize streams in crt1. 2019-02-08 19:34:44 +01:00
x86_64-mes mescc: Mes C Library: Initialize streams in crt1. 2019-02-08 19:34:44 +01:00
x86_64-mes-gcc mescc: Mes C Library: Initialize streams in crt1. 2019-02-08 19:34:44 +01:00
clock_gettime.c core: Support time functions. 2018-10-20 14:18:04 +02:00
gettimeofday.c core: String as array of bytes. 2018-11-11 16:25:36 +01:00
gnu.c mescc: Mes C Library: Support GNU Tar: Add readlink, readlink. 2019-02-08 19:34:45 +01:00
libc-mini.c mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
libc.c mescc: getcwd: Support getcwd (0, 0) GNU extension. 2018-12-07 20:18:01 +01:00
tcc.c mescc: unlink: Move to libc. 2018-11-11 11:00:42 +01:00
time.c core: Support time functions. 2018-10-20 14:18:04 +02:00