diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-01-10 16:58:30 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-01-10 18:31:55 -0800 |
commit | 575b1967e10a1f3038266244d2c7a3ca6b99fed8 (patch) | |
tree | afc6b9ae578378b122cfdbd910bd09aef81f2f82 /include/uapi/linux/Kbuild | |
parent | e5bbc8a6c992901058bc09e2ce01d16c111ff047 (diff) | |
download | op-kernel-dev-575b1967e10a1f3038266244d2c7a3ca6b99fed8.zip op-kernel-dev-575b1967e10a1f3038266244d2c7a3ca6b99fed8.tar.gz |
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>
Diffstat (limited to 'include/uapi/linux/Kbuild')
-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 a8b93e6..f330ba4 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -414,6 +414,7 @@ header-y += telephony.h header-y += termios.h header-y += thermal.h header-y += time.h +header-y += timerfd.h header-y += times.h header-y += timex.h header-y += tiocl.h |