Troy 51d4a9c804 Fix epoll.c file format error hai 1 ano
..
delay b228f67385 modified: components/libc/posix/delay/delay.c Added comments for all functions in this file hai 1 ano
io 51d4a9c804 Fix epoll.c file format error hai 1 ano
ipc 0b9a808cca [posix]修复消息队列返回长度异常 (#8014) %!s(int64=2) %!d(string=hai) anos
libdl 71560bafb5 🎯 Sync smart & scheduler codes (#8537) hai 1 ano
pthreads 71560bafb5 🎯 Sync smart & scheduler codes (#8537) hai 1 ano
signal b228f67385 modified: components/libc/posix/delay/delay.c Added comments for all functions in this file hai 1 ano
Kconfig 833b43dbc7 [libc][Kconfig] default open epoll/eventfd/signalfd/timerfd/select (#8386) %!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>