mes/include/sys
Jan Nieuwenhuizen 9ecc11ee52
mescc: Support GNU Bash.
* include/errno.h (EACCES, ENOSPC, ESPIPE): New macro.
* include/linux/x86/syscall.h (SYS_setuid, SYS_geteuid, SYS_getegid,
SYS_setgid): New macro.
* include/linux/x86_64/syscall.h: Likewise.
* include/stdint.h (LLONG_MIN, LLONG_MAX, SIZE_MAX): New macro.
* include/sys/stat.h (S_ISUID, S_ISGID, S_IXGRP, S_IXOTH, S_IRGRP,
S_IROTH, S_IWGRP, S_IWOTH, S_IRWXG, S_IRWXO): New macro.
* include/termio.h: New file.
* include/unistd.h (_POSIX_VERSION): New macro.
* lib/linux/gnu.c (geteuid, getegid, setuid, setgid): New function.
* lib/string/memchr.c: New file.
* lib/stub/getpwuid.c: New file.
* lib/stub/rand.c: New file.
* lib/stub/ttyname.c: New file.
* include/string.h (memchr): Declare.
* include/unistd.h (geteuid, getegid, setuid, setgid): Declare.
2018-11-09 21:26:10 +01:00
..
cdefs.h GNU Mes. 2018-07-22 14:24:36 +02:00
dir.h GNU Mes. 2018-07-22 14:24:36 +02:00
file.h GNU Mes. 2018-07-22 14:24:36 +02:00
ioctl.h GNU Mes. 2018-07-22 14:24:36 +02:00
mman.h GNU Mes. 2018-07-22 14:24:36 +02:00
param.h GNU Mes. 2018-07-22 14:24:36 +02:00
resource.h GNU Mes. 2018-07-22 14:24:36 +02:00
select.h GNU Mes. 2018-07-22 14:24:36 +02:00
stat.h mescc: Support GNU Bash. 2018-11-09 21:26:10 +01:00
time.h GNU Mes. 2018-07-22 14:24:36 +02:00
timeb.h GNU Mes. 2018-07-22 14:24:36 +02:00
times.h GNU Mes. 2018-07-22 14:24:36 +02:00
types.h mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
ucontext.h GNU Mes. 2018-07-22 14:24:36 +02:00
user.h GNU Mes. 2018-07-22 14:24:36 +02:00
wait.h mescc: Mes C Library: Support make: Add chdir, getlogin, setvbuf, sigblock. 2018-08-26 22:41:52 +02:00