From 092eb73ca2507c29adb37cd8075730e43c1e3794 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 11 Dec 2003 20:46:47 +0000 Subject: Update. 2003-12-01 Jes Sorensen * 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 --- rt/tst-clock.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rt') diff --git a/rt/tst-clock.c b/rt/tst-clock.c index 37b4619..f2f1887 100644 --- a/rt/tst-clock.c +++ b/rt/tst-clock.c @@ -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; } -- cgit v1.1