[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: |
Samuel Thibault |
Subject: |
Re: NULL struct to futimes does not return current date/time on GNU/Hurd |
Date: |
Tue, 10 Oct 2006 21:37:15 +0200 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
Roland McGrath, le Tue 10 Oct 2006 11:34:10 -0700, a écrit :
> > sysdeps/mach/hurd/adjtime.c
>
> In this example there is no actual aliasing going on, the cast is the only
> use of the pointer.
Indeed. And since glibc is not compiled with inter-module optimizations
it does work, but with it and inlining, we might get surprises.
Samuel