Thread (61 messages) flat view 61 messages, 7 authors, 2019-08-19

Re: [PATCHv6 28/36] posix-clocks: Add align for timens_offsets

From: Thomas Gleixner <hidden>
Date: 2019-08-16 06:36:50
Also in: lkml

On Thu, 15 Aug 2019, Thomas Gleixner wrote:
So using struct timespec64 for the offset is wrong. You really need to open
code that offset storage if you don't want to end up with weird workarounds
for BE.

Something like this:

struct timens_offs {
	  time64_t	tv_sec;
	  s64		tv_nsec;
Actually that should use 'int' for the tv_nsec part.

Thanks,

	tglx
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help