mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-03 12:20:56 +00:00
Update timers-7.md
Correct spelling error
This commit is contained in:
parent
e77ebe603e
commit
d920a90f93
@ -127,7 +127,7 @@ As we got access to the `gtod`, we fill the `ts->tv_sec` with the `gtod->wall_ti
|
|||||||
|
|
||||||
That's all about the `gettimeofday` system call. The next system call in our list is the `clock_gettime`.
|
That's all about the `gettimeofday` system call. The next system call in our list is the `clock_gettime`.
|
||||||
|
|
||||||
Impplementation of the clock_gettime system call
|
Implementation of the clock_gettime system call
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
The `clock_gettime` function gets the time which is specified by the second parameter. Generally the `clock_gettime` function takes two parameters:
|
The `clock_gettime` function gets the time which is specified by the second parameter. Generally the `clock_gettime` function takes two parameters:
|
||||||
|
Loading…
Reference in New Issue
Block a user