Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60771
b: refs/heads/master
c: 5b78cc9
h: refs/heads/master
i:
  60769: 9672645
  60767: 36ab747
v: v3
  • Loading branch information
Jan Engelhardt authored and Linus Torvalds committed Jul 17, 2007
1 parent 5f6f8f2 commit 91a463b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9281acea6a3687ff0f262e0be31eac34895b95d7
refs/heads/master: 5b78cc9ac8602baafebb75a09025ffb17d1aebc2
3 changes: 2 additions & 1 deletion trunk/include/linux/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ struct timezone {
#define NSEC_PER_SEC 1000000000L
#define FSEC_PER_SEC 1000000000000000L

static inline int timespec_equal(struct timespec *a, struct timespec *b)
static inline int timespec_equal(const struct timespec *a,
const struct timespec *b)
{
return (a->tv_sec == b->tv_sec) && (a->tv_nsec == b->tv_nsec);
}
Expand Down

0 comments on commit 91a463b

Please sign in to comment.