mes/lib
Jan Nieuwenhuizen 89945751d9
hurd: Add open.
* include/fcntl.h (O_RDONLY, O_WRONLY, O_RDWR, O_CREAT, O_APPEND,
O_TRUNC)[__GNU__]: Specialize for GNU.
* lib/gnu/dir-lookup.c: New file.
* lib/stdio/fopen.c (fopen): Use O_RDONLY.
* lib/tests/posix/50-open-read.c (main): Likewise.
* lib/tests/stdio/90-fseek.c (main): Likewise.
* include/gnu/syscall.h (SYS__dir_lookup): New value.
* lib/gnu/_open3.c: New file.
* build-aux/configure-lib.sh (libc_SOURCES): Build them.
2019-12-13 21:52:30 +01:00
..
ctype mescc: Mes C Library: Support GNU Awk: Add isgraph. 2019-06-16 11:25:37 +02:00
dirent build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
gnu hurd: Add open. 2019-12-13 21:52:30 +01:00
linux mescc: Mes C Library: Fix isatty for x86_64. 2019-11-23 21:29:36 +01:00
mach hurd: Initial support. 2019-12-13 21:52:29 +01:00
math mescc: Mes C Library: Support gcc-4.6.4: Add math stubs. 2019-09-13 15:11:38 +02:00
mes bootstrap: Build files only once. 2019-12-07 23:29:34 +01:00
posix bootstrap: Build files only once. 2019-12-07 23:29:34 +01:00
stdio hurd: Add open. 2019-12-13 21:52:30 +01:00
stdlib Add missing #include. 2019-08-27 01:46:57 +02:00
string hurd: Add argv and environ. 2019-12-13 21:52:30 +01:00
stub hurd: Add stubs for missing libc+tcc functions. 2019-12-13 21:52:30 +01:00
tests hurd: Add open. 2019-12-13 21:52:30 +01:00
x86-mes porting: Add x86 scaffold: exit and write in assembly. 2019-06-13 14:19:59 +02:00
x86-mes-gcc porting: Add x86 scaffold: exit and write in assembly. 2019-06-13 14:19:59 +02:00
x86-mes-mescc build: Add mescc scaffold for regular build. 2019-12-06 19:53:50 +01:00
x86_64-mes porting: Add x86_64 scaffold: exit and write in assembly. 2019-06-23 21:23:34 +02:00
x86_64-mes-gcc porting: Add x86_64 scaffold: exit and write in assembly. 2019-06-23 21:23:34 +02:00
x86_64-mes-mescc build: Add mescc scaffold for regular build. 2019-12-06 19:53:50 +01:00
libtcc1.c mescc: Support tcc: libtcc1 build fixes. 2019-07-23 20:38:29 +02:00