Hi I am passing time_t from kernel space to userspace using ioctl. Is this guaranteed to work under most of the cases? Meaning would it be possible that time_t in kernel and userspace differ on some architectures? I googled about it and I dont see any reference to this issue.
For machine in kernelspace time_t is nothing but an unsigned long and same is the case of userspace. Any thoughts? -Leo.
