fxlibc/include
Yann MAGNIN bdf9566723 fxlibc - v1.4.3 : fix vhex missing headers
@update
> CMakeLists.txt
 | remove the generation of the shared version of the fxlibc (deprecated, unused)
> include/errno
 | add some error macros needed in vhex
> src/string/strerror
 | add EINTR support
 | add EAGAIN support
 | add ENOMEDIUM support
 | add EMEDIUMTYPE support

@fix
> include/target/vhex
 | add missing headers
2022-07-30 17:57:08 +02:00
..
fxlibc stdio: share the FILE implementation between all versions 2022-01-13 21:28:19 +01:00
sys stat: definitions required to support stat(2) 2021-12-23 23:50:48 +01:00
target fxlibc - v1.4.3 : fix vhex missing headers 2022-07-30 17:57:08 +02:00
assert.h add C++ header guards 2021-06-28 15:49:05 +02:00
complex.h math, fenv, complex: use OpenLibm unconditionally 2021-05-20 23:19:40 +02:00
ctype.h add C++ header guards 2021-06-28 15:49:05 +02:00
dirent.h stat: definitions required to support stat(2) 2021-12-23 23:50:48 +01:00
errno.h fxlibc - v1.4.3 : fix vhex missing headers 2022-07-30 17:57:08 +02:00
fcntl.h fcntl, unistd: declarations for the Unix file API 2021-12-13 18:37:04 +01:00
fenv.h math, fenv, complex: use OpenLibm unconditionally 2021-05-20 23:19:40 +02:00
inttypes.h stdio: FILE barebones with buffering model (WIP) 2022-01-02 19:22:42 +01:00
locale.h add C++ header guards 2021-06-28 15:49:05 +02:00
math.h math, fenv, complex: use OpenLibm unconditionally 2021-05-20 23:19:40 +02:00
setjmp.h add C++ header guards 2021-06-28 15:49:05 +02:00
signal.h add C++ header guards 2021-06-28 15:49:05 +02:00
stdio.h C++ __restrict__, update STATUS, minor formatting 2022-03-31 10:12:01 +01:00
stdlib.h add C++ header guards 2021-06-28 15:49:05 +02:00
string.h string: add and test a naive memrchr (DONE) 2022-01-10 21:21:03 +01:00
syscall.h update include hierarchy 2021-05-09 17:59:07 +02:00
time.h time: add support for C99 <time.h> (DONE) 2021-12-04 22:02:23 +01:00
unistd.h unistd, dirent: definitions for directory functions 2021-12-21 18:55:23 +01:00