laidene d09135f76b [components][libc][posix][libdl] Optimization: Redundant calculations in a for loop il y a 4 semaines
..
delay 30e1e5e9dc Reorganize Group names in build system for clarity and IDE integration #10923 il y a 1 mois
io 39a52cdad2 [LIBC/AIO] Set the AIO work stack size default. il y a 1 mois
ipc 30e1e5e9dc Reorganize Group names in build system for clarity and IDE integration #10923 il y a 1 mois
libdl d09135f76b [components][libc][posix][libdl] Optimization: Redundant calculations in a for loop il y a 3 semaines
pthreads 30e1e5e9dc Reorganize Group names in build system for clarity and IDE integration #10923 il y a 1 mois
signal 30e1e5e9dc Reorganize Group names in build system for clarity and IDE integration #10923 il y a 1 mois
tls 30e1e5e9dc Reorganize Group names in build system for clarity and IDE integration #10923 il y a 1 mois
Kconfig d58c29d23e 除了bsp之外的Kconfig使用rsource替代source il y a 1 an
SConscript b513d37cf2 [libc][posix] create 'posix' folder and move related files into it il y a 4 ans
readme.md 31c3214faf [posix][io]整理posix/io文件夹 (#5539) il y a 4 ans

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>