View Issue Details

IDProjectCategoryView StatusLast Update
00003491003.1(2008)/Issue 7System Interfacespublic2010-11-09 21:52
Reportereblake Assigned Toajosey  
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionWithdrawn 
NameEric Blake
OrganizationRed Hat
User Referenceebb.clock_settime
Sectionclock_getres
Page Number668
Line Number22674
Interp Status---
Final Accepted Text
Summary0000349: only clock_settime must reject CLOCK_MONOTONIC
DescriptionDue to a missing line, the standard makes it impossible to use CLOCK_MONOTONIC
in either clock_getres or clock_gettime, by instead requiring them to fail with
EINVAL. Obviously, the EINVAL at line 22674 for CLOCK_MONOTONIC is intended to
only apply to clock_settime, consistent with line 22632 "The value of the
CLOCK_MONOTONIC clock cannot be set via clock_settime( ). This function shall
fail if it is invoked with a clock_id argument of CLOCK_MONOTONIC."
Desired ActionBefore line 22674 (XSH clock_getres ERRORS), add a line:

The clock_settime( ) function shall fail if:
TagsNo tags attached.

Activities

geoffclare

2010-11-09 10:09

manager   bugnote:0000611

Seems you have overlooked line 22670.

eblake

2010-11-09 15:29

manager   bugnote:0000612

Oops. Sorry for the noise :)

Don Cragun

2010-11-09 21:52

manager   bugnote:0000614

Given the other notes in on this issue, I'm marking this bug as closed, withdrawn.

Issue History

Date Modified Username Field Change
2010-11-08 19:19 eblake New Issue
2010-11-08 19:19 eblake Status New => Under Review
2010-11-08 19:19 eblake Assigned To => ajosey
2010-11-08 19:19 eblake Name => Eric Blake
2010-11-08 19:19 eblake Organization => Red Hat
2010-11-08 19:19 eblake User Reference => ebb.clock_settime
2010-11-08 19:19 eblake Section => clock_getres
2010-11-08 19:19 eblake Page Number => 668
2010-11-08 19:19 eblake Line Number => 22674
2010-11-08 19:19 eblake Interp Status => ---
2010-11-09 10:09 geoffclare Note Added: 0000611
2010-11-09 15:29 eblake Note Added: 0000612
2010-11-09 21:52 Don Cragun Note Added: 0000614
2010-11-09 21:52 Don Cragun Status Under Review => Closed
2010-11-09 21:52 Don Cragun Resolution Open => Withdrawn