Closed
Bug 46909
Opened 25 years ago
Closed 25 years ago
Mac's prcpucfg.h should not define _PR_LOCAL_THREADS_ONLY.
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
4.1
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
971 bytes,
patch
|
Details | Diff | Splinter Review |
_PR_LOCAL_THREADS_ONLY is an internal macro. It should
not be defined in the exported header prcpucfg.h on Mac.
Its definition should be moved to _macos.h.
Assignee | ||
Comment 1•25 years ago
|
||
Assignee | ||
Comment 2•25 years ago
|
||
I checked in the patch on the main trunk.
/cvsroot/mozilla/nsprpub/pr/include/md/_macos.h, revision 3.30
/cvsroot/mozilla/nsprpub/pr/src/md/mac/prcpucfg.h, revision 3.7
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: --- → 4.1
You need to log in
before you can comment on or make changes to this bug.
Description
•