Re: PROPOSAL: extend pipe() to support NULL argument.

From: David Newall
Date: Tue Jul 07 2009 - 16:37:43 EST


Changli Gao wrote:
> mkfifo(name);
> open(name, O_RDWR);
> unlink(name);
>
> Is it a trick?

This does beg the question, why is it necessary to "extend" pipe() in
this way?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/