CYFS cce29fdc98 update v5.2.2 hai 1 mes
..
delay 9e16a40c63 更新5.1.0版本 hai 1 ano
io cce29fdc98 update v5.2.2 hai 1 mes
ipc 6009bc8633 update v5.2.0 hai 1 mes
libdl 6009bc8633 update v5.2.0 hai 1 mes
pthreads cce29fdc98 update v5.2.2 hai 1 mes
signal 9e16a40c63 更新5.1.0版本 hai 1 ano
tls 6009bc8633 update v5.2.0 hai 1 mes
Kconfig 6009bc8633 update v5.2.0 hai 1 mes
SConscript 27740d4d79 release rt-thread v4.1.0 %!s(int64=3) %!d(string=hai) anos
readme.md 27740d4d79 release rt-thread v4.1.0 %!s(int64=3) %!d(string=hai) anos

readme.md

This folder provides functions that are not part of the standard C library but are part of the POSIX.1 (IEEE Standard 1003.1) standard.

NOTE

  1. For consistency of compilation results across the different of platforms(gcc, keil, iar) , use:
    • #include <sys/time.h> to instead of #include <time.h>
    • #include <sys/errno.h> to instead of #include <errno.h>
    • #include <sys/signal.h> to instead of #include <signal.h>