Re: popen2 popen call

From: Ulrich Drepper
Date: Sun Sep 06 2009 - 04:57:00 EST


On Sat, Sep 5, 2009 at 10:39, F. Heitkamp<heitkamp@xxxxxxxxxxxxx> wrote:
> linux-pipe.c:(.text+0x3b): warning: warning: pipe2 is not implemented and
> will always fail

you will get this warning if the glibc you're using was compiled
without appropriate kernel headers. I.e., the definition of
__NR_pipe2 wasn't available.
--
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/