[PATCH] timerfd: export defines to userspace

2016-12-18 Thread Mike Frysinger
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. Acked-by: Thomas Gleixner Signed-off-by: Mike Frysinger --- ping -- this was sent about two years ago now include/linux/timerfd

Re: [PATCH] timerfd: export defines to userspace

2015-01-13 Thread Thomas Gleixner
On Tue, 30 Dec 2014, Mike Frysinger wrote: > 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. > > Signed-off-by: Mike Frysinger Acked-by: Thomas Gleixner -- To unsubscribe

[PATCH] timerfd: export defines to userspace

2014-12-30 Thread Mike Frysinger
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. Signed-off-by: Mike Frysinger --- include/linux/timerfd.h | 20 +--- include/uapi/linux/Kbuild| 1 + in