From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1585 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: xattr missing remove functions Date: Tue, 14 Aug 2012 19:08:56 -0400 Message-ID: <20120814230856.GI27715@brightrain.aerifal.cx> References: 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: dough.gmane.org 1344985676 12402 80.91.229.3 (14 Aug 2012 23:07:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Aug 2012 23:07:56 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1586-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 15 01:07:58 2012 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 1T1QDN-0004Ry-FL for gllmg-musl@plane.gmane.org; Wed, 15 Aug 2012 01:07:57 +0200 Original-Received: (qmail 9813 invoked by uid 550); 14 Aug 2012 23:07:56 -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 9805 invoked from network); 14 Aug 2012 23:07:55 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1585 Archived-At: On Tue, Aug 14, 2012 at 10:59:01PM +0100, Justin Cormack wrote: > the xattr functions in src/linux/xattr.c have the set, get and list > xattr functions, but are missing the remove ones. They are trivial to > add, clearly just an accidental oversight (the syscalls are all > there). Can you send me a list with the correct prototypes so I can make sure I don't miss anything when adding them? Rich