This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-10 15:30:25 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
d6704a1cd7fec5e1e28eb95eb6093fcd0c08d0b0
nuttx
/
include
/
sys
T
History
Gregory Nutt
d6704a1cd7
Suffer the consequences of moving struct timeval to its correct location
2015-02-15 15:18:35 -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
…
mman.h
…
mount.h
…
prctl.h
…
select.h
Suffer the consequences of moving struct timeval to its correct location
2015-02-15 15:18:35 -06:00
sendfile.h
…
shm.h
…
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
Move struct timveval from include/time.h to include/sys/time.h where it belongs.
2015-02-15 13:00:44 -06:00
types.h
Suffer the consequences of moving struct timeval to its correct location
2015-02-15 15:18:35 -06:00
un.h
Add ioctls for Unix domain sockets
2015-01-24 11:57:06 -06:00
vfs.h
…
wait.h
…