cobalt/kernel: fix clock_adjtime() compile error
Moving the definition out of the ifdef solves the following error:
include/xenomai/cobalt/kernel/clock.h:260:16: error:
‘struct <anonymous>’ has no member named ‘adjust_time’
include/xenomai/cobalt/kernel/clock.h:263:19: error:
‘struct <anonymous>’ has no member named ‘adjust_time’
Signed-off-by:
Henning Schild <henning.schild@siemens.com>
Please register or sign in to comment