mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH 0/3] Use v2 syscalls when appropriate
@ 2019-03-21 15:32 Drew DeVault
  2019-03-21 15:32 ` [PATCH 1/3] mman/mlock: use mlock2 " Drew DeVault
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Drew DeVault @ 2019-03-21 15:32 UTC (permalink / raw)
  To: musl; +Cc: Drew DeVault

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-22  1:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-21 15:32 [PATCH 0/3] Use v2 syscalls when appropriate Drew DeVault
2019-03-21 15:32 ` [PATCH 1/3] mman/mlock: use mlock2 " Drew DeVault
2019-03-21 15:32 ` [PATCH 2/3] stdio/rename: use renameat2 " Drew DeVault
2019-03-21 15:32 ` [PATCH 3/3] unistd/renameat: " Drew DeVault
2019-03-22  1:20 ` [PATCH 0/3] Use v2 syscalls " Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).