Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19280
b: refs/heads/master
c: bd3f8f2
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wright authored and Linus Torvalds committed Feb 1, 2006
1 parent 531b97d commit 51520be
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: 078a9b0388619c6c4c347458c6861833b911313b
refs/heads/master: bd3f8f2b12bcf4ea25c89b84adeaafad232662c8
2 changes: 1 addition & 1 deletion trunk/include/linux/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extern void set_normalized_timespec(struct timespec *ts, time_t sec, long nsec);
* Returns true if the timespec is norm, false if denorm:
*/
#define timespec_valid(ts) \
(((ts)->tv_sec >= 0) && (((unsigned) (ts)->tv_nsec) < NSEC_PER_SEC))
(((ts)->tv_sec >= 0) && (((unsigned long) (ts)->tv_nsec) < NSEC_PER_SEC))

/*
* 64-bit nanosec type. Large enough to span 292+ years in nanosecond
Expand Down

0 comments on commit 51520be

Please sign in to comment.