timerfd: export defines to userspace
authorMike Frysinger <vapier@gentoo.org>
Wed, 11 Jan 2017 00:58:30 +0000 (16:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Jan 2017 02:31:55 +0000 (18:31 -0800)
commit575b1967e10a1f3038266244d2c7a3ca6b99fed8
treeafc6b9ae578378b122cfdbd910bd09aef81f2f82
parente5bbc8a6c992901058bc09e2ce01d16c111ff047
timerfd: export defines to userspace

Since userspace is expected to call timerfd syscalls directly with these
flags/ioctls, make sure we export them so they don't have to duplicate
the values themselves.

Link: http://lkml.kernel.org/r/20161219064052.7196-1-vapier@gentoo.org
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/timerfd.h
include/uapi/linux/Kbuild
include/uapi/linux/timerfd.h [new file with mode: 0644]