Bug#498464: clock_getcpuclockid: second parameter should be a pointer

2008-09-10 Thread Michael Kerrisk
tags 498464 fixed-upstream thanks On 9/10/08, Török Edwin <[EMAIL PROTECTED]> wrote: > Package: manpages-dev > Version: 3.07-1 > Severity: normal > > > The manpage specifies the wrong prototype: >int clock_getcpuclockid(pid_t pid, clockid_t clock_id); > > The second parameter is a poin

Bug#498464: clock_getcpuclockid: second parameter should be a pointer

2008-09-10 Thread Michael Kerrisk
tags 498464 fixed-upstream thanks On 9/10/08, Török Edwin <[EMAIL PROTECTED]> wrote: > Package: manpages-dev > Version: 3.07-1 > Severity: normal > > > The manpage specifies the wrong prototype: >int clock_getcpuclockid(pid_t pid, clockid_t clock_id); > > The second parameter is a poi

Bug#498464: clock_getcpuclockid: second parameter should be a pointer

2008-09-10 Thread Török Edwin
Package: manpages-dev Version: 3.07-1 Severity: normal The manpage specifies the wrong prototype: int clock_getcpuclockid(pid_t pid, clockid_t clock_id); The second parameter is a pointer, as can be seen in time.h: extern int clock_getcpuclockid (pid_t __pid, clockid_t *__clock_id