bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NULL struct to futimes does not return current date/time on GNU/Hurd


From: Roland McGrath
Subject: Re: NULL struct to futimes does not return current date/time on GNU/Hurd
Date: Tue, 10 Oct 2006 11:34:10 -0700 (PDT)

> sysdeps/mach/hurd/adjtime.c

In this example there is no actual aliasing going on, the cast is the only
use of the pointer.  If any other cases really do have aliasing, then send
patches for those.

If the compiler is shown to deal optimally with passing args as
((time_value_t) { tv->tv_sec, tv->tv_usec })
or suchlike (or copying to named temporaries if you prefer), then changing
all the instances (utimes included) to be like that is fine with me too.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]