View Issue Details

IDProjectCategoryView StatusLast Update
00012231003.1(2016/18)/Issue7+TC2System Interfacespublic2024-06-11 09:08
ReporterSteve Emmerson Assigned To 
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionAccepted As Marked 
NameSteven Emmerson
OrganizationUniversity Corporation for Atmospheric Research
User Reference
Sectionsigsuspend
Page Number1984,1985
Line Number63881,63887
Interp Status---
Final Accepted Text0001223:0004376
Summary0001223: Parameter name in RATIONALE example doesn't match name in code body
DescriptionIn the RATIONALE section of the sigsuspend() function, the name of the parameter for the call_sigsuspend() function is "mask". In the body of that function, however, the name "sigmask" is used.
Desired ActionRename "mask" to "sigmask" or vice versa.
Tagstc3-2008

Activities

geoffclare

2019-04-29 15:48

manager   bugnote:0004376

On page 1985 line 63887 section sigsuspend(), change:
result = sigsuspend(sigmask);
to:
result = sigsuspend(mask);

Issue History

Date Modified Username Field Change
2019-01-04 18:33 Steve Emmerson New Issue
2019-01-04 18:33 Steve Emmerson Name => Steven Emmerson
2019-01-04 18:33 Steve Emmerson Organization => University Corporation for Atmospheric Research
2019-01-04 18:33 Steve Emmerson Section => sigsuspend
2019-01-04 18:33 Steve Emmerson Page Number => 999999
2019-01-04 18:33 Steve Emmerson Line Number => 999999
2019-01-04 19:30 Don Cragun Page Number 999999 => 1984,1985
2019-01-04 19:30 Don Cragun Line Number 999999 => 63881,63887
2019-01-04 19:30 Don Cragun Interp Status => ---
2019-04-29 15:48 geoffclare Note Added: 0004376
2019-04-29 15:49 geoffclare Final Accepted Text => 0001223:0004376
2019-04-29 15:49 geoffclare Status New => Resolved
2019-04-29 15:49 geoffclare Resolution Open => Accepted As Marked
2019-04-29 15:49 geoffclare Tag Attached: tc3-2008
2019-11-14 14:21 geoffclare Status Resolved => Applied
2024-06-11 09:08 agadmin Status Applied => Closed