Closed
Bug 1737339
Opened 3 years ago
Closed 3 years ago
Make sure ReadableStreams compiles on Windows
Categories
(Core :: DOM: Streams, task)
Core
DOM: Streams
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: mgaudet, Assigned: saschanaz)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
ReadableStreams currently don't compile on Windows due to a bare reference to
<unistd.h>
Assignee | ||
Comment 1•3 years ago
|
||
The build goes well on Windows if it's excluded.
Updated•3 years ago
|
Assignee: nobody → krosylight
Status: NEW → ASSIGNED
Updated•3 years ago
|
Attachment #9257728 -
Attachment description: Bug 1737339 - Include unistd.h only when XP_UNIX in dom/streams r=mgaudet → Bug 1737339 - Remove unistd.h from dom/streams r=mgaudet
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/78017a7bf6ff
Remove unistd.h from dom/streams r=mgaudet
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•