This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-15 09:03:01 +08:00
Code
Issues
Actions
8
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
…
ioctl.h
…
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
…
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
…
vfs.h
…
wait.h
…