陈迎春 f977f07ddf [fix] fix dlmodule compile 'SEEK_END' undeclared eror (#5909) před 3 roky
..
delay 5e9f525c41 [kernel] enable RT_DEBUG_DEVICE by default and move weak rt_hw_dealy_us in kservice.c před 3 roky
io f5b0bfd3f4 uniform code writing-disable interrupt před 3 roky
ipc bb1084556f [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题 před 4 roky
libdl f977f07ddf [fix] fix dlmodule compile 'SEEK_END' undeclared eror (#5909) před 3 roky
pthreads 7a717b094e [fix] building error. před 3 roky
signal 075e04e344 the support for PSE51 (#5534) před 4 roky
Kconfig be892de35a [posix] add RT_USING_POSIX_SOCKET (#5731) před 3 roky
SConscript b513d37cf2 [libc][posix] create 'posix' folder and move related files into it před 4 roky
readme.md 31c3214faf [posix][io]整理posix/io文件夹 (#5539) před 4 roky

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>