Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 15 Aug 2012 09:17:22 +0100
From: Justin Cormack <justin@...cialbusservice.com>
To: musl@...ts.openwall.com
Subject: Re: xattr missing remove functions

On Wed, Aug 15, 2012 at 12:08 AM, Rich Felker <dalias@...ifal.cx> wrote:
> 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?

       int removexattr(const char *path, const char *name);
       int lremovexattr(const char *path, const char *name);
       int fremovexattr(int fd, const char *name);

Justin

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.