git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a97a42c
)
asm-generic: add memfd_create system call to unistd.h
author
Will Deacon
<will.deacon@arm.com>
Mon, 11 Aug 2014 13:24:47 +0000
(14:24 +0100)
committer
Will Deacon
<will.deacon@arm.com>
Mon, 18 Aug 2014 18:47:04 +0000
(19:47 +0100)
Commit
9183df25fe7b
("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: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
include/uapi/asm-generic/unistd.h
patch
|
blob
|
history
diff --cc
include/uapi/asm-generic/unistd.h
Simple merge