···171171extern int put_compat_itimerspec64(const struct itimerspec64 *its,172172 struct compat_itimerspec __user *uits);173173174174-/*175175- * This function convert a timespec if necessary and returns a *user176176- * space* pointer. If no conversion is necessary, it returns the177177- * initial pointer. NULL is a legitimate argument and will always178178- * output NULL.179179- */180180-extern int compat_convert_timespec(struct timespec __user **,181181- const void __user *);182182-183174struct compat_iovec {184175 compat_uptr_t iov_base;185176 compat_size_t iov_len;