mes/lib
Jan (janneke) Nieuwenhuizen 590e430d70
Revert "Mes C Library: m2/execve.c: Remove specialization."
This fixes

    gcc-lib/libc+gnu.c: At top level:
    gcc-lib/libc+gnu.c:2694:1: error: conflicting types for ‘execve’
     execve (char const *file_name, char **argv, char **env)
     ^~~~~~
    In file included from gcc-lib/libc+gnu.c:492:0:
    include/unistd.h:66:5: note: previous declaration of ‘execve’ was here
     int execve (char const *file, char *const argv[], char *const env[]);
         ^~~~~~

This reverts commit 828c27a073.
2021-05-02 13:27:54 +02:00
..
arm-mes ARM: Add missing instruction. 2020-10-06 10:04:28 +02:00
arm-mes-gcc mescc: Mes C Library: ARM: setjmp.c: Inline fake asm. 2021-01-23 08:43:46 +01:00
arm-mes-mescc Implement setjmp for ARM mescc. 2020-06-12 23:20:17 +02: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
freebsd mescc: Mes C Library: Split _exit.c, _write.c from mini.c. 2021-01-23 08:43:45 +01:00
gnu mescc: Mes C Library: Split _exit.c, _write.c from mini.c. 2021-01-23 08:43:45 +01:00
linux Revert "Mes C Library: m2/execve.c: Remove specialization." 2021-05-02 13:27:54 +02:00
m2 Revert "Mes C Library: m2/execve.c: Remove specialization." 2021-05-02 13:27:54 +02:00
mach hurd: Fixes for upgrade to debian-hurd-20190220.img. 2019-12-13 21:52:31 +01:00
math mescc: Mes C Library: Support gcc-4.6.4: Add math stubs. 2019-09-13 15:11:38 +02:00
mes core: Add abort. 2021-05-02 13:27:51 +02:00
posix Revert "Mes C Library: m2/getcwd.c: Remove specialization." 2021-05-02 13:27:53 +02:00
stdio mescc: Mes C Library: Use casting functions. 2021-05-02 13:27:47 +02:00
stdlib core: Add abort. 2021-05-02 13:27:51 +02:00
string kaem: scaffold/read.kaem. 2021-05-02 13:27:35 +02:00
stub core: Add abort. 2021-05-02 13:27:51 +02:00
tests mescc: Mes C Library: memcmp: bugfix. 2021-05-02 13:13:38 +02:00
x86-mes kaem: scaffold/argv.kaem. 2021-05-02 13:13:47 +02:00
x86-mes-gcc build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
x86-mes-mescc build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
x86_64-mes build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
x86_64-mes-gcc build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
x86_64-mes-mescc build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
libtcc1.c libtcc1: Fix integer division, modulo and shifting procedures. 2021-03-14 11:05:00 +01:00