nuttx/libc/unistd
2016-06-11 14:40:07 -06:00
..
lib_access.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_chdir.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
lib_execl.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_getcwd.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
lib_gethostname.c nuttx/mm and libc: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:57:01 -06:00
lib_getopt.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_getoptargp.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_getoptindp.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_getoptoptp.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_sethostname.c nuttx/mm and libc: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:57:01 -06:00
lib_sleep.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_usleep.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
Make.defs The libc versions of get/sethostname should just call the internal net/netdb versions in the flat build. In the protected and kernel builds, sethostname is a system call but gethostname calls uname() to get the hostname 2015-07-05 10:45:00 -06:00