xqyjlj 0eb75ced70 [time]时钟框架重构 (#7794) %!s(int64=2) %!d(string=hai) anos
..
delay b9f5bf7d91 [libc]优化usleep函数 %!s(int64=3) %!d(string=hai) anos
io b4e59bac4e dfs v2 修改 fd_new 的 startfd 起始值为 0 ;修复 futex_wait 超时时间换算异常; (#7705) %!s(int64=2) %!d(string=hai) anos
ipc d6adf6708f [posix] posix 的 mqueue 对接到文件系统的 fd (#7768) %!s(int64=2) %!d(string=hai) anos
libdl 237bbfd968 [debug] remove RT_DEBUG_xxx %!s(int64=2) %!d(string=hai) anos
pthreads c4002dea9f [doxygen][libc] Add some comments for posix pthread functions (#7467) %!s(int64=2) %!d(string=hai) anos
signal 0eb75ced70 [time]时钟框架重构 (#7794) %!s(int64=2) %!d(string=hai) anos
Kconfig 077e984175 [libc]更新 libc timer id 分配方式 (#7744) %!s(int64=2) %!d(string=hai) anos
SConscript b513d37cf2 [libc][posix] create 'posix' folder and move related files into it %!s(int64=4) %!d(string=hai) anos
readme.md 31c3214faf [posix][io]整理posix/io文件夹 (#5539) %!s(int64=4) %!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>