Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182612
b: refs/heads/master
c: 6622e67
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Thomas Gleixner committed Feb 5, 2010
1 parent eb7dd47 commit 44319b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c81628848af8a01f103acc8166299c698898a8f4
refs/heads/master: 6622e670b26fbaa9c4ae7772a4d2d0abd3414b51
2 changes: 1 addition & 1 deletion trunk/kernel/posix-timers.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static int posix_get_monotonic_coarse(clockid_t which_clock,
return 0;
}

int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp)
static int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp)
{
*tp = ktime_to_timespec(KTIME_LOW_RES);
return 0;
Expand Down

0 comments on commit 44319b2

Please sign in to comment.