From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5775 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] make clearenv available with _BSD_SOURCE Date: Fri, 8 Aug 2014 00:46:45 -0400 Message-ID: <20140808044645.GJ1674@brightrain.aerifal.cx> References: <1407426564-78187-1-git-send-email-clement.vasseur@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1407473236 16098 80.91.229.3 (8 Aug 2014 04:47:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2014 04:47:16 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5780-gllmg-musl=m.gmane.org@lists.openwall.com Fri Aug 08 06:47:05 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XFc4y-0005Gh-Cf for gllmg-musl@plane.gmane.org; Fri, 08 Aug 2014 06:47:00 +0200 Original-Received: (qmail 31775 invoked by uid 550); 8 Aug 2014 04:46:58 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 31761 invoked from network); 8 Aug 2014 04:46:58 -0000 Content-Disposition: inline In-Reply-To: <1407426564-78187-1-git-send-email-clement.vasseur@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:5775 Archived-At: On Thu, Aug 07, 2014 at 05:49:24PM +0200, Clément Vasseur wrote: > glibc declares clearenv under _BSD_SOURCE, some applications might > depend on it being available this way. Committed. Rich