|
Message-ID: <20190322012005.GQ23599@brightrain.aerifal.cx> Date: Thu, 21 Mar 2019 21:20:05 -0400 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: [PATCH 0/3] Use v2 syscalls when appropriate On Thu, Mar 21, 2019 at 11:32:37AM -0400, Drew DeVault wrote: > Some architectures (notably RISC-V) don't support v1 syscalls at all. > > Drew DeVault (3): > mman/mlock: use mlock2 when appropriate > stdio/rename: use renameat2 when appropriate > unistd/renameat: use renameat2 when appropriate > > src/mman/mlock.c | 4 ++++ > src/stdio/rename.c | 6 ++++-- > src/unistd/renameat.c | 4 ++++ > 3 files changed, 12 insertions(+), 2 deletions(-) Thanks! Merging with purpose in commit messages clarified. Rich
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.