View Issue Details

IDProjectCategoryView StatusLast Update
00018891003.1(2016/18)/Issue7+TC2Base Definitions and Headerspublic2024-12-12 16:31
Reporterlarryv Assigned To 
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionDuplicate 
NameLawrence Velázquez
Organization
User Reference
Sectionpthread.h
Page Number319
Line Number10867
Interp Status---
Final Accepted Text
Summary0001889: pthread.h: change "pthread_attr_getstackaddr,( )" to "pthread_attr_getstackaddr( ),"
DescriptionFunctions are usually referenced using the form fname( ). Commas are unwelcome here.
Desired ActionOn page 319 line 10867, change
pthread_attr_getstackaddr,( )
to
pthread_attr_getstackaddr( ),
TagsNo tags attached.

Relationships

duplicate of 0001888 Resolved 1003.1(2024)/Issue8 pthread.h: change "pthread_attr_getstackaddr,( )" to "pthread_attr_getstackaddr( )," 

Activities

larryv

2024-12-06 01:55

reporter   bugnote:0006992

Whelp, I copypasted Desired Action from 0001888 without updating the page and line numbers. They should be "319" and "10867" (respectively), matching the Page Number and Line Number fields (respectively).

geoffclare

2024-12-12 14:15

manager   bugnote:0006998

Desired Action corrected as per 0001889:0006992.

Issue History

Date Modified Username Field Change
2024-12-06 01:52 larryv New Issue
2024-12-06 01:52 larryv Name => Lawrence Velázquez
2024-12-06 01:52 larryv Section => pthread.h
2024-12-06 01:52 larryv Page Number => 319
2024-12-06 01:52 larryv Line Number => 10867
2024-12-06 01:55 larryv Note Added: 0006992
2024-12-12 14:15 geoffclare Interp Status => ---
2024-12-12 14:15 geoffclare Note Added: 0006998
2024-12-12 14:15 geoffclare Desired Action Updated
2024-12-12 16:29 Don Cragun Status New => Closed
2024-12-12 16:29 Don Cragun Resolution Open => Duplicate
2024-12-12 16:31 Don Cragun Relationship added duplicate of 0001888