rcitachi c06f4e98fc [SAL] Update SAL,Add socketpair sendmsg recvmsg function (#8293) 2 ani în urmă
..
delay b9f5bf7d91 [libc]优化usleep函数 2 ani în urmă
io c06f4e98fc [SAL] Update SAL,Add socketpair sendmsg recvmsg function (#8293) 2 ani în urmă
ipc 0b9a808cca [posix]修复消息队列返回长度异常 (#8014) 2 ani în urmă
libdl 237bbfd968 [debug] remove RT_DEBUG_xxx 2 ani în urmă
pthreads 3283f54c7a 🎈 perf: perf rt_hw_interrupt_disable/enable (#8042) 2 ani în urmă
signal 0eb75ced70 [time]时钟框架重构 (#7794) 2 ani în urmă
Kconfig 7c2f807a7c Add the system call timerfd and update SConscript for signalfd (#8067) 2 ani în urmă
SConscript b513d37cf2 [libc][posix] create 'posix' folder and move related files into it 4 ani în urmă
readme.md 31c3214faf [posix][io]整理posix/io文件夹 (#5539) 4 ani în urmă

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>