From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4E358F10.7070203@domain.hid> Date: Sun, 31 Jul 2011 19:21:20 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-core] [Xenomai-git] Jan Kiszka : rt_print: Provide rt_puts List-Id: Xenomai life and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xenomai core , Jan Kiszka 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.