mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-24 21:33:27 +00:00
实现gettimeofday()系统调用和clocksource+timekeeping子模块 (#278)
- 实现gettimeofday()系统调用 - 实现clocksource+timekeeping子模块部分功能 - 实现了timespec转换成日期时间
This commit is contained in:
@ -17,7 +17,7 @@ export ASFLAGS := --64
|
||||
LD_LIST := head.o
|
||||
|
||||
|
||||
kernel_subdirs := common driver process debug arch exception mm smp sched syscall ktest libs ipc io
|
||||
kernel_subdirs := common driver process debug arch exception mm smp sched syscall ktest libs ipc io time
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user