Defect report from : Don Cragun , Sun Microsystems, Inc.
(Please direct followup comments direct to yyyyyyyyyyyyyy@xxxxxxxxxxxxx)
@ page 1198 line 37516-37523 section readdir_r objection {dwc:readdir_r()
errors}
Problem:
Edition of Specification (Year): 2004
Defect code : 1. Error
The errors section for readdir() and readdir_r() has a shall fail
EOVERFLOW error for readdir(), but not for readdir_r(). The same
condition applies to both functions and should be a shall fail
error for both functions.
Similarly, EBADF and ENOENT are listed as may fail errors for
readdir(), but only EBADF is listed as a may fail error for
readdir_r(). The ENOENT condition should apply to both functions.
Action:
Change "readdir() function" on P1198, L37516 to "readdir()
and readdir_r() functions".
Change "readdir() function" on P1198, L37519 to "readdir()
and readdir_r() functions".
Delete P1198, L37522-37523.
|