On Mon, Apr 16, 2012 at 8:14 AM, Dmitry V. Levin <[email protected]> wrote: > Hi, > > On Mon, Apr 16, 2012 at 07:39:58AM -0700, H.J. Lu wrote: >> On Sun, Apr 15, 2012 at 11:17:13AM -0700, H.J. Lu wrote: >> > >> > Linux kernel v3.4 adds x32 support whose clock_t is long long. This >> > patch casts clock_t type to unsigned long for "%lu". >> > >> > H.J. >> > --- >> >> Here is a patch to case clock_t type to unsigned long long. > > What about other cases where clock_t type is printed? > >
Here is a patch to use unsigned long long for clock_t in resource.c and signal.c -- H.J.
strace-clock_t.patch
Description: Binary data
------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
