···171extern int put_compat_itimerspec64(const struct itimerspec64 *its,172 struct compat_itimerspec __user *uits);173174-/*175- * This function convert a timespec if necessary and returns a *user176- * space* pointer. If no conversion is necessary, it returns the177- * initial pointer. NULL is a legitimate argument and will always178- * output NULL.179- */180-extern int compat_convert_timespec(struct timespec __user **,181- const void __user *);182-183struct compat_iovec {184 compat_uptr_t iov_base;185 compat_size_t iov_len;