Re: [PATCH v2] Decode dynamic posix clocks.

2014-02-04 Thread Dmitry V. Levin
On Mon, Feb 03, 2014 at 10:01:27AM +0100, Stefan Sørensen wrote: > * time.c (printclockname): New function that decodes posix clock > names, including dynamic fd encoded clocks. Replace clock name > printing with call to this. > > Signed-off-by: Stefan Sørensen > --- > Changes from v1: > * Also h

[PATCH v2] Decode dynamic posix clocks.

2014-02-03 Thread Stefan Sørensen
* time.c (printclockname): New function that decodes posix clock names, including dynamic fd encoded clocks. Replace clock name printing with call to this. Signed-off-by: Stefan Sørensen --- Changes from v1: * Also handle CPUCLOCK_* style dynamic clocks. time.c | 44