Details
[Home]
Issue of the Standard # S0251
Brief
No information about return value in the description of
Detailed Description
The ‘RETURN VALUE’ section of the
Problem location(s) in the standard
The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition (SUS 3.0), System Interfaces, description of function <nobr>toupper()</nobr>.
Possible solutions
Change the RETURN VALUE from:
“Upon successful completion, toupper() shall return the uppercase letter corresponding to the argument passed.”
to:
“Upon successful completion, toupper() shall return the uppercase letter corresponding to the argument passed; otherwise, it shall return the argument unchanged.”
Accepted
POSIX aardvark,
Request Number 181
[Home]