From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6819 Path: news.gmane.org!not-for-mail From: u-wsnj@aetey.se Newsgroups: gmane.linux.lib.musl.general Subject: Re: an alternative implementaton of the glibc-specific argp* interface? Date: Thu, 8 Jan 2015 09:41:59 +0100 Message-ID: <20150108084159.GW14316@example.net> References: <20150107145955.GT14316@example.net> <20150107195012.GA7210@euler> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1420706578 20515 80.91.229.3 (8 Jan 2015 08:42:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Jan 2015 08:42:58 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6832-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jan 08 09:42:54 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Y98fr-0002x1-4V for gllmg-musl@m.gmane.org; Thu, 08 Jan 2015 09:42:35 +0100 Original-Received: (qmail 16056 invoked by uid 550); 8 Jan 2015 08:42:33 -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 16040 invoked from network); 8 Jan 2015 08:42:32 -0000 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Received-SPF: none receiver=mailfe03.swip.net; client-ip=5.9.107.38; envelope-from=u-wsnj@aetey.se Content-Disposition: inline In-Reply-To: <20150107195012.GA7210@euler> Xref: news.gmane.org gmane.linux.lib.musl.general:6819 Archived-At: On Wed, Jan 07, 2015 at 08:50:12PM +0100, Felix Janda wrote: > argp-standalone from > > http://www.lysator.liu.se/~nisse/misc/ > > seems to be the standard replacement for argp. (It's used by BSDs, > sabotage, alpine, gentoo, ...) It's a portable version of the glibc > implementation. Oh. Thanks. This is exactly what I was looking for. A search for "argp standalone" would have given the answer at once but somehow I didn't ask for this combination. Rune