Skip to content

Commit

Permalink
Add a macro for ADJ_TAI used when missing from the tool chain headers.
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Cochran <[email protected]>
  • Loading branch information
richardcochran committed Jun 22, 2014
1 parent 9710fb1 commit 07edab4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions missing.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
#include <sys/timex.h>
#include <unistd.h>

#ifndef ADJ_TAI
#define ADJ_TAI 0x0080
#endif

#ifndef ADJ_NANO
#define ADJ_NANO 0x2000
#endif
Expand Down

0 comments on commit 07edab4

Please sign in to comment.