Meco Man 09c089d511 [posix] remove getline 3 years ago
..
delay 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) 3 years ago
io c8dcf7cc68 [libc]rename group name 3 years ago
ipc c8dcf7cc68 [libc]rename group name 3 years ago
pthreads 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) 3 years ago
signal ed09f38012 [libc] remove RT_USING_LIBC 3 years ago
src c8dcf7cc68 [libc]rename group name 3 years ago
Kconfig 09c089d511 [posix] remove getline 3 years ago
SConscript b513d37cf2 [libc][posix] create 'posix' folder and move related files into it 3 years ago
readme.md 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) 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) , you better use #include <sys/time.h> to instead of #include <time.h>.