mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2025-12-23 22:47:55 -05:00
syscall: gettimeofday: impement
Provide a dummy implementation of sys_gettimeofday
This commit is contained in:
committed by
Matthew Leach
parent
5f42f74c5c
commit
6a029c340a
@@ -169,7 +169,7 @@
|
||||
| 0xa6 (166) | umask | (int mask) | __arm64_sys_umask | true |
|
||||
| 0xa7 (167) | prctl | (int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) | __arm64_sys_prctl | false |
|
||||
| 0xa8 (168) | getcpu | (unsigned *cpup, unsigned *nodep, struct getcpu_cache *unused) | __arm64_sys_getcpu | false |
|
||||
| 0xa9 (169) | gettimeofday | (struct __kernel_old_timeval *tv, struct timezone *tz) | __arm64_sys_gettimeofday | false |
|
||||
| 0xa9 (169) | gettimeofday | (struct __kernel_old_timeval *tv, struct timezone *tz) | __arm64_sys_gettimeofday | dummy |
|
||||
| 0xaa (170) | settimeofday | (struct __kernel_old_timeval *tv, struct timezone *tz) | __arm64_sys_settimeofday | false |
|
||||
| 0xab (171) | adjtimex | (struct __kernel_timex *txc_p) | __arm64_sys_adjtimex | false |
|
||||
| 0xac (172) | getpid | () | __arm64_sys_getpid | true |
|
||||
|
||||
Reference in New Issue
Block a user