diff options
author | David Drysdale <drysdale@google.com> | 2014-09-09 14:50:57 -0700 |
---|---|---|
committer | Maciej Wereski <m.wereski@partner.samsung.com> | 2014-12-29 09:31:36 +0100 |
commit | 8bdae69ebc2db02aee70af7da909358eedc4ca3e (patch) | |
tree | 74bac1a45eb5dfe91813d8e29fd8d3c97f9041ca /include | |
parent | 46e692fb97ecd7e229432e1f3904948507e0c02f (diff) | |
download | linux-3.10-8bdae69ebc2db02aee70af7da909358eedc4ca3e.tar.gz linux-3.10-8bdae69ebc2db02aee70af7da909358eedc4ca3e.tar.bz2 linux-3.10-8bdae69ebc2db02aee70af7da909358eedc4ca3e.zip |
shm: add memfd.h to UAPI export list
The new header file memfd.h from commit 9183df25fe7b ("shm: add
memfd_create() syscall") should be exported.
Signed-off-by: David Drysdale <drysdale@google.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Change-Id: Ibcd915aad320ddedcfcca0b7a098e03cc883fd88
Origin: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b01d072065b6f36550f486fe77f05b092225ba1b
Backported-by: Maciej Wereski <m.wereski@partner.samsung.com>
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index bdc6e87ff3e..07f9d912b31 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -237,6 +237,7 @@ header-y += matroxfb.h header-y += mdio.h header-y += media.h header-y += mei.h +header-y += memfd.h header-y += mempolicy.h header-y += meye.h header-y += mii.h |