Shell 71560bafb5 🎯 Sync smart & scheduler codes (#8537) 1 year ago
..
delay b9f5bf7d91 [libc]优化usleep函数 2 years ago
io 0c96b26c23 [sys_bind] [signalfd] update (#8507) 1 year ago
ipc 0b9a808cca [posix]修复消息队列返回长度异常 (#8014) 1 year ago
libdl 71560bafb5 🎯 Sync smart & scheduler codes (#8537) 1 year ago
pthreads 71560bafb5 🎯 Sync smart & scheduler codes (#8537) 1 year ago
signal 0eb75ced70 [time]时钟框架重构 (#7794) 1 year ago
Kconfig 833b43dbc7 [libc][Kconfig] default open epoll/eventfd/signalfd/timerfd/select (#8386) 1 year ago
SConscript b513d37cf2 [libc][posix] create 'posix' folder and move related files into it 3 years ago
readme.md 31c3214faf [posix][io]整理posix/io文件夹 (#5539) 3 years ago

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>