incubator-nuttx/libc/unistd
Gregory Nutt 398f7b594f execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic 2014-09-15 10:15:47 -06:00
..
Make.defs execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic 2014-09-15 10:15:19 -06:00
lib_chdir.c
lib_execl.c Documentation update 2013-01-08 16:51:22 +00:00
lib_getcwd.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_getopt.c getopt(): Could leave optind in undefined state if argc == 1 2014-01-20 13:13:36 -06:00
lib_getoptargp.c Minor documentation updates and other cosmetic changes 2014-01-20 13:10:30 -06:00
lib_getoptindp.c Minor documentation updates and other cosmetic changes 2014-01-20 13:10:30 -06:00
lib_getoptoptp.c Minor documentation updates and other cosmetic changes 2014-01-20 13:10:30 -06:00
lib_sleep.c Move sleep() and usleep() from sched/ to libc/unistd/. These functions now are simple wrappers for nanosleep(). Remove sleep() and usleep() from system calls; add nanosleep() to system calls 2013-12-13 07:57:13 -06:00
lib_usleep.c Slightly improved nanosecond calculation 2014-08-10 13:11:52 -06:00