mes/lib/linux
Jan Nieuwenhuizen ff32cd03cc
mescc: Mes C Library: Fix ungetc.
* include/sys/resource.h (OPEN_MAX, RLIMIT_NOFILE): New macro.
* lib/libc.c: Add memset.c include.
* lib/libc+tcc.c: Remove memset.c include.
* lib/linux/tcc.c (close):
* lib/mes/fdgetc.c (__ungetc_buf): New global.
(_ungetc_pos, _ungetc_fd, _ungetc_buf): Remove.  Update users.
* scaffold/tests/65-read.c: Update.
2019-03-16 11:55:00 +01:00
..
x86-mes mescc: Mes C Library: Use __ as global internal prefix. 2019-03-02 12:35:18 +01:00
x86-mes-gcc mescc: Mes C Library: Use __ as global internal prefix. 2019-03-02 12:35:18 +01:00
x86_64-mes mescc: Mes C Library: Use __ as global internal prefix. 2019-03-02 12:35:18 +01:00
x86_64-mes-gcc mescc: Mes C Library: Use __ as global internal prefix. 2019-03-02 12:35:18 +01:00
clock_gettime.c core: Support time functions. 2018-10-20 14:18:04 +02:00
gettimeofday.c core: String as array of bytes. 2018-11-11 16:25:36 +01:00
gnu.c mescc: Support Bash: Add getppid. 2018-12-14 18:48:03 +01:00
libc-mini.c mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
libc.c mescc: Mes C Library: Fix ungetc. 2019-03-16 11:55:00 +01:00
tcc.c mescc: Mes C Library: Fix ungetc. 2019-03-16 11:55:00 +01:00
time.c core: Support time functions. 2018-10-20 14:18:04 +02:00