tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: A couple of questions



Martin Husemann <martin%duskware.de@localhost> wrote:
> On Fri, Nov 02, 2012 at 06:45:43PM -0700, Paul Goyette wrote:
> > 1. The kern/mqueue test currently contains a hard-coded pathname for
> > the name of the message_queue.
> 
> But this does not need to be an absolute path, so just use ./mqueue or
> whatever, since we run the tests inside a temporary director already,
> everything should be fine.

Not really.  POSIX requires the name to begin with a slash, otherwise
the effect is implementation-defined.  Note that message queues may have
and do have a separate namespace.

-- 
Mindaugas


Home | Main Index | Thread Index | Old Index