Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754560AbZIFI4J (ORCPT ); Sun, 6 Sep 2009 04:56:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753429AbZIFI4I (ORCPT ); Sun, 6 Sep 2009 04:56:08 -0400 Received: from mail-ew0-f206.google.com ([209.85.219.206]:36287 "EHLO mail-ew0-f206.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752379AbZIFI4I (ORCPT ); Sun, 6 Sep 2009 04:56:08 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=vbJqpAiCb/xM79WQLyJH4INd38zBF2fohyoaN/+v+UGKzpRJsMkR0K10LY+qrzqtgw VXkPxt2Rdx7bl4ANHB3Upe86WHdcESVlUJZU0bcj46ztIrxvpy3QP028Gew7ecbSEeNB CUOVxHamqsez8igbW6wgZqqmSk8+VpKwGFEnM= MIME-Version: 1.0 In-Reply-To: <4AA2A257.3000409@ameritech.net> References: <082720091839.15057.4A96D2D10002C02000003AD122230647029B0A02D2080C0A9B079D0A030EBF9F030E059B070A08@att.net> <4AA2A257.3000409@ameritech.net> From: Ulrich Drepper Date: Sun, 6 Sep 2009 01:55:48 -0700 Message-ID: Subject: Re: popen2 popen call To: "F. Heitkamp" Cc: Andreas Schwab , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 569 Lines: 12 On Sat, Sep 5, 2009 at 10:39, F. Heitkamp 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/