DylanLiuH2O 92a253c88f [components][libc][posix] fix RT_NAME_MAX misspelled as NAME_MAX (#7489) hace 2 años
..
delay b9f5bf7d91 [libc]优化usleep函数 hace 2 años
io 9600b75b55 [DFS] prepare for dfs_v2.0 (#7200) hace 2 años
ipc 92a253c88f [components][libc][posix] fix RT_NAME_MAX misspelled as NAME_MAX (#7489) hace 2 años
libdl 93f3cb30e4 [kernel] 将rt_thread结构体改为显式继承rt_object (#7131) hace 2 años
pthreads c4002dea9f [doxygen][libc] Add some comments for posix pthread functions (#7467) hace 2 años
signal 9bc68d26a4 format Kconfig and sconscript hace 2 años
Kconfig be892de35a [posix] add RT_USING_POSIX_SOCKET (#5731) hace 3 años
SConscript b513d37cf2 [libc][posix] create 'posix' folder and move related files into it hace 3 años
readme.md 31c3214faf [posix][io]整理posix/io文件夹 (#5539) hace 3 años

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>