This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> + n = read (fd, buf, sizeof buf);
> + if (__builtin_expect (n, 1) > 0)
> + {
> + if (buf[0] != '0')
> + __itc_drift_internal = 1;
> + else
> + __itc_drift_internal = -1;
All the machines I have looked at (mostly tigers) have "0" in
/proc/sal/itc_drift. I.e., the machines wouldn't use the itc which
cannot be correct since they all use it now without problems.
- --
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/16q62ijCOnn/RHQRAoXHAJ9owgaK0JvRHLZ8oNpOKwjJcQ6sBACgvqGL
4xAmN/mO53C3CyRKYLNhmlQ=
=rjbU
-----END PGP SIGNATURE-----
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |