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-11 13:40:47 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
2ba67e78416875ae35447232e9995f0a3db2c348
nuttx
/
libc
/
time
T
History
Gregory Nutt
63ac1ec423
Cosmetic updates to comments
2015-02-12 13:44:22 -06:00
..
lib_calendar2utc.c
…
lib_daysbeforemonth.c
…
lib_gettimeofday.c
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
lib_gmtime.c
…
lib_gmtimer.c
…
lib_isleapyear.c
…
lib_localtime.c
Remove libc/time/tzfile.h; content moved inside of libc/time/lib_localtime.c
2014-08-15 15:59:57 -06:00
lib_mktime.c
…
lib_settimeofday.c
Cosmetic updates to comments
2015-02-12 13:44:22 -06:00
lib_strftime.c
Fix warning caused by change in mktime prototype
2014-08-12 13:50:08 -06:00
lib_time.c
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
Make.defs
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