incubator-nuttx/libc/unistd
Gregory Nutt 7c22824981 Oop.. forgot a semicolon in a preceding commit 2015-02-09 11:16:01 -06:00
..
Make.defs From Lorenz Meier: The implementation of access() as vararg macro has the issue that any function call with the same name (even in a C++ class) will match with it and result in a compile error. I have replaced it with a small function, and tried to have decent documentation as well. This resolves the compile issue, and shouldn’t have negative side effects for users of the function. 2014-11-11 11:52:24 -06:00
lib_access.c From Lorenz Meier: The implementation of access() as vararg macro has the issue that any function call with the same name (even in a C++ class) will match with it and result in a compile error. I have replaced it with a small function, and tried to have decent documentation as well. This resolves the compile issue, and shouldn’t have negative side effects for users of the function. 2014-11-11 11:52:24 -06:00
lib_chdir.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_execl.c Oop.. forgot a semicolon in a preceding commit 2015-02-09 11:16:01 -06: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