Closed
Bug 7837
Opened 27 years ago
Closed 26 years ago
_PR_DILEDESC_XXXSTATE should not be defined in pprio.h.
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wtc, Assigned: wtc)
Details
The macros _PR_FILEDESC_OPEN, _PR_FILEDESC_CLOSED,
and _PR_FILEDESC_FREED are defined in private/pprio.h,
which is exported. However, these three macros are
only used as the values of the fd->secret->state field,
which is in an internal structure (PRFilePrivate)
defined in primpl.h. We should move the definitions
of these three macros to primpl.h, next to
the definition of struct PRFilePrivate.
Yes, this is a good change to make, for 3.5, and should be announced, in
advance, to nspr20 clients.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•26 years ago
|
||
I checked in the fix to the internal cvs repository.
/m/src/ns/nspr20/pr/include/private/pprio.h, revision 2.11
/m/src/ns/nspr20/pr/include/private/primpl.h, revision 2.62
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•26 years ago
|
||
The fix has been merged to cvs.mozilla.org.
You need to log in
before you can comment on or make changes to this bug.
Description
•