[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a36005b50909060155k61129b79iab0a0e6db7008ed2@mail.gmail.com>
Date: Sun, 6 Sep 2009 01:55:48 -0700
From: Ulrich Drepper <drepper@...il.com>
To: "F. Heitkamp" <heitkamp@...ritech.net>
Cc: Andreas Schwab <schwab@...hat.com>, linux-kernel@...r.kernel.org
Subject: Re: popen2 popen call
On Sat, Sep 5, 2009 at 10:39, F. Heitkamp<heitkamp@...ritech.net> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists