syscall: gettimeofday: impement

Provide a dummy implementation of sys_gettimeofday
This commit is contained in:
Matthew Leach
2025-11-25 16:43:37 +00:00
committed by Matthew Leach
parent 5f42f74c5c
commit 6a029c340a
4 changed files with 35 additions and 2 deletions

View File

@@ -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 |