nuttx/include
2014-09-23 08:46:31 -06:00
..
arpa
cxx
net
netinet
netpacket
nuttx Add shared memory initializatin logic 2014-09-23 08:46:31 -06:00
sys Add shared memory initializatin logic 2014-09-23 08:46:31 -06:00
.gitignore
assert.h
crc16.h
crc32.h
ctype.h
debug.h
dirent.h
elf32.h
errno.h Misc fixes to repair some of the breakage to the SAMA5D4-EK elf configuration caused by changes for the knsh configuration 2014-09-11 10:31:12 -06:00
fcntl.h
fixedmath.h
inttypes.h
libgen.h
limits.h
mqueue.h
nxflat.h
poll.h
pthread.h A const storage class to to phthread parameters. From Freddie Chopin 2014-09-08 06:21:48 -06:00
queue.h
sched.h First round of changes to get the ELF configuration building again 2014-09-16 15:37:05 -06:00
semaphore.h
signal.h
spawn.h First round of changes to get the ELF configuration building again 2014-09-16 15:37:05 -06:00
stdbool.h
stddef.h
stdint.h
stdio.h
stdlib.h
string.h
syscall.h include/sys/syscall.h: System definitions should depend on CONFIG_LIB_SYSCALL not CONFIG_NUTTX_KERNEL 2014-08-28 17:03:54 -06:00
syslog.h
termios.h
threads.h
time.h
unistd.h 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