From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6815 Path: news.gmane.org!not-for-mail From: Felix Janda Newsgroups: gmane.linux.lib.musl.general Subject: Re: an alternative implementaton of the glibc-specific argp* interface? Date: Wed, 7 Jan 2015 20:50:12 +0100 Message-ID: <20150107195012.GA7210@euler> References: <20150107145955.GT14316@example.net> 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 1420660329 24580 80.91.229.3 (7 Jan 2015 19:52:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Jan 2015 19:52:09 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6828-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 07 20:52:05 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 1Y8wde-0003nX-K6 for gllmg-musl@m.gmane.org; Wed, 07 Jan 2015 20:51:30 +0100 Original-Received: (qmail 17976 invoked by uid 550); 7 Jan 2015 19:51:27 -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 17964 invoked from network); 7 Jan 2015 19:51:27 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20150107145955.GT14316@example.net> User-Agent: Mutt/1.5.22 (2013-10-16) Xref: news.gmane.org gmane.linux.lib.musl.general:6815 Archived-At: 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. Felix