Commit 76c75c7
committed
config: make clock_gettime() check work
The clock_gettime() function is provided by time.h, but the check
included sched.h. Additionally, the function expects two arguments, but
none were given.
This commit fixes both issues, making the check actually work.
Signed-off-by: Zurab Kvachadze <[email protected]>1 parent 26f0687 commit 76c75c7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments