mes/lib/tests/posix
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
..
data test: Add open-read test. 2019-06-26 21:55:44 +02:00
50-getenv.c mescc: Mes C Library: Cleanup includes. 2019-05-08 00:25:41 +02:00
50-open-read.c hurd: Add open. 2019-12-13 21:52:30 +01:00
90-execlp.c mescc: Mes C Library: Support GNU Tar: Add execlp. 2019-06-10 00:56:42 +02:00
90-execlp.stdout mescc: Mes C Library: Support GNU Tar: Add execlp. 2019-06-10 00:56:42 +02:00
90-unsetenv.c mescc: Mes C Library: Cleanup includes. 2019-05-08 00:25:41 +02:00