Passing struct time_t from kernel to userspace
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- Subject: Passing struct time_t from kernel to userspace
- From: "Leonidas ." <leonidas137@xxxxxxxxx>
- Date: Thu, 24 Sep 2009 19:18:27 +0530
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.
[Index of Archives]
[Newbies FAQ]
[Linux Kernel Mentors]
[Linux Kernel Development]
[IETF Annouce]
[Git]
[Networking]
[Security]
[Bugtraq]
[Yosemite]
[MIPS Linux]
[ARM Linux]
[Linux RAID]
[Linux SCSI]
[Linux ACPI]