From: Will Deacon Date: Mon, 11 Aug 2014 13:24:47 +0000 (+0100) Subject: asm-generic: add memfd_create system call to unistd.h X-Git-Tag: omap-for-v3.17/fixes-against-rc2~25^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=503e6636b6f96056210062be703356f4253b6db9;p=pandora-kernel.git asm-generic: add memfd_create system call to unistd.h 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 Reviewed-by: David Herrmann Signed-off-by: Will Deacon --- Reading git-diff-tree failed