Austin Group Bug Tracker
2014-06-02 19:10:27 UTC
The following issue has been SUBMITTED.
======================================================================
http://austingroupbugs.net/view.php?id=844
======================================================================
Reported By: sebor
Assigned To: ajosey
======================================================================
Project: 1003.1(2008)/Issue 7
Issue ID: 844
Category: System Interfaces
Type: Error
Severity: Editorial
Priority: normal
Status: Under Review
Name: Martin Sebor
Organization: Cisco Systems, Inc.
User Reference:
Section: sigqueue
Page Number: 337,1959
Line Number: 11278,62775
Interp Status: ---
Final Accepted Text:
======================================================================
Date Submitted: 2014-06-02 19:10 UTC
Last Modified: 2014-06-02 19:10 UTC
======================================================================
Summary: sigqueue const qualifier redundant in signature
Description:
The the SYNOPSIS section of the sigqueue interface, the function is
declared as follows:
int sigqueue(pid_t pid, int signo, const union sigval value);
The const qualifier on the value argument is redundant and the function
declaration would be identical without it. No other interface in the
specification makes use of redundant const qualifiers.
Desired Action:
Remove the const qualifier from the sigqueue declaration in the function
SYNOPSIS on line 62775, and make the corresponding change in the header
<signal.h> on page 337, line 11278.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2014-06-02 19:10 sebor New Issue
2014-06-02 19:10 sebor Status New => Under Review
2014-06-02 19:10 sebor Assigned To => ajosey
2014-06-02 19:10 sebor Name => Martin Sebor
2014-06-02 19:10 sebor Organization => Cisco Systems, Inc.
2014-06-02 19:10 sebor Section => sigqueue
2014-06-02 19:10 sebor Page Number => 337,1959
2014-06-02 19:10 sebor Line Number => 11278,62775
======================================================================
======================================================================
http://austingroupbugs.net/view.php?id=844
======================================================================
Reported By: sebor
Assigned To: ajosey
======================================================================
Project: 1003.1(2008)/Issue 7
Issue ID: 844
Category: System Interfaces
Type: Error
Severity: Editorial
Priority: normal
Status: Under Review
Name: Martin Sebor
Organization: Cisco Systems, Inc.
User Reference:
Section: sigqueue
Page Number: 337,1959
Line Number: 11278,62775
Interp Status: ---
Final Accepted Text:
======================================================================
Date Submitted: 2014-06-02 19:10 UTC
Last Modified: 2014-06-02 19:10 UTC
======================================================================
Summary: sigqueue const qualifier redundant in signature
Description:
The the SYNOPSIS section of the sigqueue interface, the function is
declared as follows:
int sigqueue(pid_t pid, int signo, const union sigval value);
The const qualifier on the value argument is redundant and the function
declaration would be identical without it. No other interface in the
specification makes use of redundant const qualifiers.
Desired Action:
Remove the const qualifier from the sigqueue declaration in the function
SYNOPSIS on line 62775, and make the corresponding change in the header
<signal.h> on page 337, line 11278.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2014-06-02 19:10 sebor New Issue
2014-06-02 19:10 sebor Status New => Under Review
2014-06-02 19:10 sebor Assigned To => ajosey
2014-06-02 19:10 sebor Name => Martin Sebor
2014-06-02 19:10 sebor Organization => Cisco Systems, Inc.
2014-06-02 19:10 sebor Section => sigqueue
2014-06-02 19:10 sebor Page Number => 337,1959
2014-06-02 19:10 sebor Line Number => 11278,62775
======================================================================