From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4381AE89.4070103@domain.hid> Date: Mon, 21 Nov 2005 12:24:57 +0100 From: =?ISO-8859-1?Q?Ignacio_Garc=EDa_P=E9rez?= MIME-Version: 1.0 Subject: Re: [Xenomai-help] pipe fun References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Adamushko Cc: xenomai@xenomai.org Dmitry Adamushko wrote: > /* Return buffer is too small - message is lost. */ > ret = -ENOSPC; <---- That's the error you are getting. > Maybe "No space left on device" is a bit misleading. Wouldn't ENOMEM fit better? (or event EINVAL)