diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/ChangeLog | 5 | ||||
-rw-r--r-- | runtime/autoconf-hrtimer-rel.c | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 59e7bd97..2b068b5c 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,4 +1,9 @@ +2007-03-19 Frank Ch. Eigler <fche@elastic.org> + + * autoconf-hrtimer-rel.c: New file. + 2007-03-18 Martin Hunt <hunt@redhat.com> + * stack.c, string.c, sym.c, transport/symbols.c: Fix some signed vs unsigned comparison warnings. diff --git a/runtime/autoconf-hrtimer-rel.c b/runtime/autoconf-hrtimer-rel.c new file mode 100644 index 00000000..b7910be8 --- /dev/null +++ b/runtime/autoconf-hrtimer-rel.c @@ -0,0 +1,3 @@ +#include <linux/hrtimer.h> + +int x = HRTIMER_REL; /* as opposed to HRTIMER_MODE_REL */ |