Processed (with 1 errors): Re: Bug#594742: libc6: clock_gettime(CLOCK_MONOTONIC) not monotonic

2010-08-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 594742 linux-2.6 Bug #594742 [libc6] libc6: clock_gettime(CLOCK_MONOTONIC) not monotonic Bug reassigned from package 'libc6' to 'linux-2.6'. Bug No longer marked as found in versions eglibc/2.11.2-2. > retitle Bug#594742: linux-2.6: clock

Bug#594742: libc6: clock_gettime(CLOCK_MONOTONIC) not monotonic

2010-08-31 Thread Aurelien Jarno
reassign 594742 linux-2.6 retitle Bug#594742: linux-2.6: clock_gettime not monotonic thanks On Sun, Aug 29, 2010 at 12:16:29AM +0200, Manuel Bilderbeek wrote: > Package: libc6 > Version: 2.11.2-2 > Severity: normal > > This program: > > #include > #include > #include > int main() > { >

Bug#594742: libc6: clock_gettime(CLOCK_MONOTONIC) not monotonic

2010-08-28 Thread Manuel Bilderbeek
Package: libc6 Version: 2.11.2-2 Severity: normal This program: #include #include #include int main() { struct timespec last_time, current_time; int r; clockid_t id; assert(clock_gettime(CLOCK_MONOTONIC, &last_time) == 0); r = clock_getcpuclockid(0, &id)