View Issue Details

IDProjectCategoryView StatusLast Update
0001744Issue 8 draftsBase Definitions and Headerspublic2024-06-11 09:12
Reporternrk Assigned To 
PrioritynormalSeverityEditorialTypeEnhancement Request
Status ClosedResolutionAccepted 
Product VersionDraft 3 
NameNickolas Raymond Kaczynski
Organization
User Reference
Section2.4.3 Signal Actions
Page Number517
Line Number18354
Final Accepted Text
Summary0001744: Explicitly require killpg to be async-signal-safe
DescriptionDescription of killpg() states:

    If pgrp is greater than 1, killpg(pgrp, sig) shall be equivalent to kill(-pgrp, sig).

And since kill() is async-signal-safe, killpg() should be as well but it's not listed as such explicitly.
Desired ActionExplicitly add killpg() to the list of async-signal-safe functions.
Tagsapplied_after_i8d3, issue8

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-06-10 07:16 nrk New Issue
2023-06-10 07:16 nrk Name => Nickolas Raymond Kaczynski
2023-06-10 07:16 nrk Section => 2.4.3 Signal Actions
2023-06-10 07:16 nrk Page Number => n/a
2023-06-10 07:16 nrk Line Number => n/a
2023-07-20 23:50 Don Cragun Page Number n/a => 517
2023-07-20 23:50 Don Cragun Line Number n/a => 18354
2023-07-20 23:50 Don Cragun Product Version => Draft 3
2023-07-24 15:49 Don Cragun Status New => Resolved
2023-07-24 15:49 Don Cragun Resolution Open => Accepted
2023-07-24 15:50 Don Cragun Tag Attached: issue8
2023-08-22 14:28 geoffclare Status Resolved => Applied
2023-08-22 14:29 geoffclare Tag Attached: applied_after_i8d3
2024-06-11 09:12 agadmin Status Applied => Closed