Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8411
b: refs/heads/master
c: 373016e
h: refs/heads/master
i:
  8409: 5e45810
  8407: f52ed54
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Sep 10, 2005
1 parent 1b5c994 commit 891fbd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 84f902c0903a98a315b45a4fba3d2ac0de388256
refs/heads/master: 373016e9e1353f2af871993d27d00768f08cc883
9 changes: 0 additions & 9 deletions trunk/include/linux/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,9 @@ struct timezone {

/* Parameters used to convert the timespec values */
#define MSEC_PER_SEC (1000L)

#ifndef USEC_PER_SEC
#define USEC_PER_SEC (1000000L)
#endif

#ifndef NSEC_PER_SEC
#define NSEC_PER_SEC (1000000000L)
#endif

#ifndef NSEC_PER_USEC
#define NSEC_PER_USEC (1000L)
#endif

static __inline__ int timespec_equal(struct timespec *a, struct timespec *b)
{
Expand Down

0 comments on commit 891fbd9

Please sign in to comment.