|
hace 2 años | |
---|---|---|
.. | ||
delay | hace 3 años | |
io | hace 2 años | |
ipc | hace 2 años | |
libdl | hace 2 años | |
pthreads | hace 2 años | |
signal | hace 3 años | |
Kconfig | hace 3 años | |
SConscript | hace 3 años | |
readme.md | hace 3 años |
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.
#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>