nuttx/libc/unistd
2016-02-14 08:57:01 -06:00
..
lib_access.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_chdir.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_execl.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_getcwd.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -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 nuttx/libc: Fix some spacing and alignment issues 2015-10-12 07:45:02 -06:00
lib_getoptargp.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_getoptindp.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_getoptoptp.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -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 naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_usleep.c nuttx/libc: Fix some spacing and alignment issues 2015-10-12 07:45:02 -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