incubator-nuttx/include/sys
Gregory Nutt 147042218b gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to libc/time. All remove gettimeofday() from NuttX system calls. It is only a wrapper around clock_settime() and does not need a trap. gettimeofday() is no longer tried as a core OS interface.
gettimeofday has been decremented in POSIX 2008.  settimeofday() was never part of POSIX, but I decided to add it to libc as well just for symmetry.
2015-02-12 11:10:46 -06:00
..
custom_file.h Add sys/custom_file.h. Used when CUSTOM_FILE_IO is define and avoids re-definition errors about the FILE define. From Thomas Gruber via the PX4 repository 2014-12-06 12:10:08 -06:00
ioctl.h Updated comments 2014-11-29 17:39:40 -06:00
ipc.h Flesh out basic logic for shmget() 2014-09-23 10:42:18 -06:00
mman.h Add shared memory definitions, types, prototypes 2014-09-22 09:29:37 -06:00
mount.h
prctl.h
select.h
sendfile.h
shm.h Add shared memory initializatin logic 2014-09-23 08:46:31 -06:00
socket.h
sockio.h
stat.h More testing, bugfixes and integration of VFS-based named semaphores 2014-09-28 17:30:42 -06:00
statfs.h
syscall.h gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to libc/time. All remove gettimeofday() from NuttX system calls. It is only a wrapper around clock_settime() and does not need a trap. gettimeofday() is no longer tried as a core OS interface. 2015-02-12 11:10:46 -06:00
time.h gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to libc/time. All remove gettimeofday() from NuttX system calls. It is only a wrapper around clock_settime() and does not need a trap. gettimeofday() is no longer tried as a core OS interface. 2015-02-12 11:10:46 -06:00
types.h Add shared memory definitions, types, prototypes 2014-09-22 09:29:37 -06:00
un.h Add ioctls for Unix domain sockets 2015-01-24 11:57:06 -06:00
vfs.h
wait.h