Module: xenomai-forge Branch: next Commit: 3a17f82c9f422cebd758e08c9e79f96d58b0b8dd URL: http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=3a17f82c9f422cebd758e08c9e79f96d58b0b8dd
Author: Philippe Gerum <[email protected]> Date: Fri Aug 8 09:40:42 2014 +0200 alchemy: fix documentation of rt_alarm_start() --- lib/alchemy/alarm.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/alchemy/alarm.c b/lib/alchemy/alarm.c index 1b16104..b3577da 100644 --- a/lib/alchemy/alarm.c +++ b/lib/alchemy/alarm.c @@ -289,7 +289,10 @@ out: * * - -EINVAL is returned if @a alarm is not a valid alarm descriptor. * - * @apitags{unrestricted, switch-primary} + * - -EPERM is returned if this service was called from an invalid + * context. + * + * @apitags{xnthread-only, switch-primary} * * @note Each of the initial @a value and @a interval is interpreted * as a multiple of the Alchemy clock resolution (see _______________________________________________ Xenomai-git mailing list [email protected] http://www.xenomai.org/mailman/listinfo/xenomai-git
