1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00

Update timers-7.md

This commit is contained in:
0xAX 2016-03-27 20:47:19 +06:00
parent f82acc9325
commit 55c34d1348

View File

@ -16,7 +16,7 @@ Additionally we will not consider concept of system calls in this part, but only
So, let's from the `gettimeofday` system call.
Impplementation of the `gettimeofday` system call
Implementation of the `gettimeofday` system call
--------------------------------------------------------------------------------
As we can understand from the name of the `gettimeofday`, this function returns current time. First of all, let's look on the following simple example: