Anatomy of a system call, part 1
Anatomy of a system call, part 1
Posted Aug 27, 2020 12:55 UTC (Thu) by vishwajith_k (guest, #140997)Parent article: Anatomy of a system call, part 1
I could not find implementation for a syscall named clock_nanosleep;
As per this article, name used to implement must be sys_clock_nanosleep, but I found some header files when searched for this identifier (used https://elixir.bootlin.com/ site); Am using arm64 machine and syscall number must be 115.
Can you help me?
As per this article, name used to implement must be sys_clock_nanosleep, but I found some header files when searched for this identifier (used https://elixir.bootlin.com/ site); Am using arm64 machine and syscall number must be 115.
Can you help me?
