mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2003-12-01 Jes Sorensen <jes@wildopensource.com> * rt/tst-clock.c (do_test): Print message when skipping CLOCK_PROCESS_CPUTIME_ID test. * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c: New file. Provide CLOCK_PROCESS_CPUTIME_ID only if /proc/sal/itc_drift is 0. peek_token. This avoids some copying and reduces code size. (init_dfa): Initialize map_notascii. (build_wcs_upper_buffer): If map_notascii is zero use simplified
This commit is contained in:
@ -113,6 +113,8 @@ do_test (void)
|
||||
if (clock_getcpuclockid (0, &cl) == 0)
|
||||
/* XXX It's not yet a bug when this fails. */
|
||||
clock_test (cl);
|
||||
else
|
||||
printf("CPU clock unavailble, skipping test\n");
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user