Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91938
b: refs/heads/master
c: 7c3f944
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed Apr 22, 2008
1 parent 1019615 commit 4861716
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: d7ee147d4f84219a44670eb0db3a91e58d14a81c
refs/heads/master: 7c3f944e29c02d71e13442e977cf4cec19c39e98
1 change: 1 addition & 0 deletions trunk/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ void set_normalized_timespec(struct timespec *ts, time_t sec, long nsec)
ts->tv_sec = sec;
ts->tv_nsec = nsec;
}
EXPORT_SYMBOL(set_normalized_timespec);

/**
* ns_to_timespec - Convert nanoseconds to timespec
Expand Down

0 comments on commit 4861716

Please sign in to comment.