Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 568320
Collapse All | Expand All

(-)a/gmp-6.1.1/tune/time.c (-2 / +2 lines)
Lines 774-781 Link Here
774
    }
774
    }
775
775
776
  cgt_unittime = unit.tv_sec + unit.tv_nsec * 1e-9;
776
  cgt_unittime = unit.tv_sec + unit.tv_nsec * 1e-9;
777
  printf ("clock_gettime is %s accurate\n",
777
  /* printf ("clock_gettime is %s accurate\n",
778
	  unittime_string (cgt_unittime));
778
	  unittime_string (cgt_unittime)); */
779
779
780
  if (cgt_unittime < 10e-9)
780
  if (cgt_unittime < 10e-9)
781
    {
781
    {

Return to bug 568320