Skip to content
Commit 503e6636 authored by Will Deacon's avatar Will Deacon
Browse files

asm-generic: add memfd_create system call to unistd.h

Commit 9183df25

 ("shm: add memfd_create() syscall") added a new
system call (memfd_create) but didn't update the asm-generic unistd
header.

This patch adds the new system call to the asm-generic version of
unistd.h so that it can be used by architectures such as arm64.

Cc: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: default avatarDavid Herrmann <dh.herrmann@gmail.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent a97a42c4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment