mes/include/mes
Jan (janneke) Nieuwenhuizen 8c6756e7f2
mescc: Mes C Library: Add M2-Planet support.
Mes can now be built with M2-Planet by running

    kaem --verbose --strict

* include/linux/x86/syscall.h (SYS_getcwd, SYS_dup, SYS_dup2,
SYS_unlilnk, SYS_gettimeofday, SYS_clock_gettime, SYS_time): Move to
libc section.  Add M2-Planet constants.
* include/m2/lib.h (struct timezone, struct timespec): struct timeval):
Define.  Add M2-Planet flavor prototypes for mes libc.
* include/mes/m2.h: Remove macros.
* include/mes/mes.h (g_start_time, __gettimeofday_time,
__get_internal_run_time_ts): Declare.
* src/mes.c (init): Initialize them.
* src/posix.c: Use them.
* simple.make: Use them.  Remove macro preprocessing for M2-Planet.
* kaem.run: New file.
2020-07-25 20:00:44 +02:00
..
builtins.h core: Split-out stack.c 2020-07-19 08:53:46 +02:00
cc.h core: Prepare for pointer cells. 2020-07-14 15:57:49 +02:00
constants.h core: Create symbols dynamically. 2020-06-16 15:59:26 +02:00
lib-mini.h mescc: Mes C Library: Support gcc-10. 2020-10-06 13:13:44 +02:00
lib.h core: Use assert_msg. 2020-05-17 16:07:04 +02:00
m2.h mescc: Mes C Library: Add M2-Planet support. 2020-07-25 20:00:44 +02:00
macros.h core: Prepare for M2-Planet: VALUE/TYPE indirections. 2020-07-17 14:30:01 +02:00
mes.h mescc: Mes C Library: Add M2-Planet support. 2020-07-25 20:00:44 +02:00
symbols.h core: Prepare for pointer cells. 2020-07-14 15:57:49 +02:00