mes/include/sys
Jan Nieuwenhuizen 0f7af7ac61
mescc: Mes C Library: Support gcc-4.6.4: Add mmap, munmap.
* include/linux/x86/syscall.h (SYS_mmap, SYS_munmap): New macro.
* include/linux/x86_64/syscall.h (SYS_mmap, SYS_munmap): New macro.
* include/sys/mman.h (MAP_SHARED, MAP_PRIVATE, MAP_ANONYMOUS,
MAP_POPULATE, MAP_ANON, MAP_FAILED): New macro.
(mmap, munmap): Declare.
* lib/linux/gnu.c (mmap, munmap): New function.
* lib/linux/x86-mes-gcc/mes.c (_sys_call6): New function.
* lib/linux/x86-mes/mes.c (__sys_call6): New function.
(_sys_call6): New function.
* lib/linux/x86_64-mes-gcc/mes.c (_sys_call6): New function.
* lib/linux/x86_64-mes/mes.c (__sys_call): Cater for 6 syscall parameters.
(_sys_call6): New function.
* lib/x86-mes/x86.M1 (pop____%ebp): New macro.
* lib/x86_64-mes/x86_64.M1 (mov____0x8(%rbp),%r9): New macro.
2019-02-10 19:29:52 +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 mescc: Mes C Library: Support gcc-4.6.4: Add mmap, munmap. 2019-02-10 19:29:52 +01:00
param.h GNU Mes. 2018-07-22 14:24:36 +02:00
resource.h mescc: Mes C Library: Support GNU Sed: Fix ungetc. 2019-02-08 19:34:47 +01:00
select.h GNU Mes. 2018-07-22 14:24:36 +02:00
stat.h mescc: Mes C Library: Support GNU Tar: Add creat, mknod. 2019-02-08 19:34:46 +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: Mes C Library: Support GNU Awk: Add wchar_t. 2019-02-08 19:34:46 +01: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