On 07/31/2011 06:49 PM, GIT version control wrote:
> +int rt_puts(const char *s)
> +{
> +     return print_to_buffer(stdout, 0, RT_PRINT_MODE_PUTS, s, NULL);
> +}

gcc for ARM chokes here: it says that NULL can not be converted to a
va_list, however I try it.

-- 
                                                                Gilles.

_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to