nuttx/libs/libc/unistd
Gregory Nutt 4c67062457 Squashed commit of the following:
binfmt/, libs/libc/unistd, and others:  Rename CONFIG_EXECFUNCS_SYMTAB to CONFIG_EXECFUNCS_SYMTAB_ARRAY.  Rename CONFIG_EXECFUNCS_NSYMBOLS to CONFIG_EXECFUNCS_NSYMBOLS_VAR.  Unlike CONFIG_EXECFUNCS_NSYMBOLS, CONFIG_EXECFUNCS_NSYMBOLS_VAR holds the name of an 'int' variable that contains the number of symbols in the symbol table.

    configs/sama5d4-ek:  Partial update to knsh build instructions.
2018-07-15 11:20:37 -06:00
..
Kconfig Squashed commit of the following: 2018-07-15 11:20:37 -06:00
lib_access.c
lib_chdir.c
lib_execl.c Squashed commit of the following: 2018-07-15 11:20:37 -06:00
lib_getcwd.c
lib_gethostname.c
lib_getopt.c
lib_getoptargp.c
lib_getoptindp.c
lib_getoptoptp.c
lib_pipe.c
lib_sethostname.c
lib_sleep.c
lib_swab.c
lib_sysconf.c
lib_truncate.c
lib_usleep.c
Make.defs