diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-05-31 04:22:44 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-06-09 23:51:28 -0400 |
commit | ca2406ed58fef3f7c8ef6470cba807bfc3415605 (patch) | |
tree | 54dbca16ac0a1b897d2a890f5487bcc4352e4e38 /include/linux/time.h | |
parent | 1e1fc133483ef3b56c20bf3cd9241146c41042f8 (diff) |
times(2): move compat to native
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index c0543f5f25de..f769ea88250d 100644 --- a/include/linux/time.h +++ b/include/linux/time.h @@ -171,9 +171,6 @@ extern int do_getitimer(int which, struct itimerval *value); extern long do_utimes(int dfd, const char __user *filename, struct timespec *times, int flags); -struct tms; -extern void do_sys_times(struct tms *); - /* * Similar to the struct tm in userspace <time.h>, but it needs to be here so * that the kernel source is self contained. |