zmq810150896 722a5fc29d Optimize the epoll code to remove restrictions on descriptors (#7951) 2 жил өмнө
..
delay b9f5bf7d91 [libc]优化usleep函数 2 жил өмнө
io 722a5fc29d Optimize the epoll code to remove restrictions on descriptors (#7951) 2 жил өмнө
ipc 7e5620edc3 [smart] 修复用户态 mq_receive 不能阻塞 (#7836) 2 жил өмнө
libdl 237bbfd968 [debug] remove RT_DEBUG_xxx 2 жил өмнө
pthreads c4002dea9f [doxygen][libc] Add some comments for posix pthread functions (#7467) 2 жил өмнө
signal 0eb75ced70 [time]时钟框架重构 (#7794) 2 жил өмнө
Kconfig 3f0a5e76bf Add the system call epoll (#7893) 2 жил өмнө
SConscript b513d37cf2 [libc][posix] create 'posix' folder and move related files into it 4 жил өмнө
readme.md 31c3214faf [posix][io]整理posix/io文件夹 (#5539) 4 жил өмнө

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>