aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/posix-timers.h
diff options
context:
space:
mode:
authorDeepa Dinamani <deepa.kernel@gmail.com>2017-06-24 11:45:03 -0700
committerAl Viro <viro@zeniv.linux.org.uk>2017-06-25 21:58:46 -0400
commitd5b7ffbfbdacc29e4db035f90665951668fa9c58 (patch)
treedcea264738eabb691f4239f7981040739230f683 /include/linux/posix-timers.h
parenttime: add get_timespec64 and put_timespec64 (diff)
downloadlinux-dev-d5b7ffbfbdacc29e4db035f90665951668fa9c58.tar.xz
linux-dev-d5b7ffbfbdacc29e4db035f90665951668fa9c58.zip
time: introduce {get,put}_itimerspec64
As we change the user space type for the timerfd and posix timer functions to newer data types, we need some form of conversion helpers to avoid duplicating that logic. Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/posix-timers.h')
-rw-r--r--include/linux/posix-timers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/posix-timers.h b/include/linux/posix-timers.h
index 29f1b7f09ced..62839fd04dce 100644
--- a/include/linux/posix-timers.h
+++ b/include/linux/posix-timers.h
@@ -113,5 +113,4 @@ void set_process_cpu_timer(struct task_struct *task, unsigned int clock_idx,
void update_rlimit_cpu(struct task_struct *task, unsigned long rlim_new);
void posixtimer_rearm(struct siginfo *info);
-
#endif