Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 03 Sep 2020 21:47:18 -0400
From: "Stefan O'Rear" <sorear@...tmail.com>
To: musl@...ts.openwall.com
Subject: Re: [PATCH 06/14] Only call fstatat if defined

On Thu, Sep 3, 2020, at 12:05 PM, Rich Felker wrote:
> On Thu, Sep 03, 2020 at 07:23:01AM -0400, Stefan O'Rear wrote:
> > +		r = __syscall(SYS_statx, AT_FDCWD, s, AT_SYMLINK_NOFOLLOW, 0,
> > +			&(struct statx){0});
> > +#endif
> >  #endif
> 
> Can be #elif. Also, is zero request mask ok here?

The manpage doesn't say it's not ok.

-s

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.