Man, Jianting (Meco) 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) %!s(int64=4) %!d(string=hai) anos
..
delay 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) %!s(int64=4) %!d(string=hai) anos
getline 7973ede5a8 增加RT_USING_POSIX_FS %!s(int64=4) %!d(string=hai) anos
io 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) %!s(int64=4) %!d(string=hai) anos
ipc 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) %!s(int64=4) %!d(string=hai) anos
pthreads 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) %!s(int64=4) %!d(string=hai) anos
signal f7548b934e [posix][dfs] move dfs_posix dfs_poll dfs_select.c to posix folder %!s(int64=4) %!d(string=hai) anos
src 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) %!s(int64=4) %!d(string=hai) anos
Kconfig 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) %!s(int64=4) %!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 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) %!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) , you better use #include <sys/time.h> to instead of #include <time.h>.