Replace `sys_gettimeofday` with archutecture related version
Open
Beginner friendly
area:syscalls
help wanted
outdated
- Dominant language
- Python
- Stars
- 33.5k
- Forks
- 3.6k
- Avg merge
- 8h 41m
- Merged PRs (30d)
- 11
Description
It seems that `sys_gettimeofday()` was replaced with ` __x64_sys_gettimeofday()`, it should be updated in the book too.
The content should be updated in `SysCall/linux-syscall-3.md`
Contributor guide
Research direction
The file to update is `SysCall/linux-syscall-3.md`. Look for mentions of `sys_gettimeofday` and replace them with `__x64_sys_gettimeofday`. Verify the change by checking the surrounding context for consistency with other syscall references. No code changes are needed, only documentation.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 80/100