> 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.


_______________________________________________
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to