Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9872
b: refs/heads/master
c: c6ecf7e
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Linus Torvalds committed Oct 15, 2005
1 parent 6e68d10 commit 64002c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 65d406ace3b44e042807d3f9a2e71088818e80f2
refs/heads/master: c6ecf7ed3131961e5aeedb0efd217afa0808798f
1 change: 1 addition & 0 deletions trunk/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ void getnstimeofday(struct timespec *tv)
tv->tv_sec = x.tv_sec;
tv->tv_nsec = x.tv_usec * NSEC_PER_USEC;
}
EXPORT_SYMBOL_GPL(getnstimeofday);
#endif

#if (BITS_PER_LONG < 64)
Expand Down

0 comments on commit 64002c2

Please sign in to comment.