|
Message-Id: <20190321153240.29328-1-sir@cmpwn.com> Date: Thu, 21 Mar 2019 11:32:37 -0400 From: Drew DeVault <sir@...wn.com> To: musl@...ts.openwall.com Cc: Drew DeVault <sir@...wn.com> Subject: [PATCH 0/3] Use v2 syscalls when appropriate 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(-) -- 2.21.0
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.