Closed
Bug 1171124
Opened 9 years ago
Closed 9 years ago
Fix nsLocalFileUnix to build for iOS
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: ted, Assigned: ted)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Simple fix.
In retrospect I probably could have squashed a few more of these trivial patches together.
Assignee | ||
Comment 1•9 years ago
|
||
bug 1171124 - Swap some XP_MACOSX for XP_DARWIN in nsLocalFileUnix. r?froydnj
Attachment #8614847 -
Flags: review?(nfroyd)
Assignee | ||
Updated•9 years ago
|
OS: Unspecified → iOS
Comment 2•9 years ago
|
||
Comment on attachment 8614847 [details]
MozReview Request: bug 1171124 - Swap some XP_MACOSX for XP_DARWIN in nsLocalFileUnix. r?froydnj
https://reviewboard.mozilla.org/r/10079/#review8869
Ship It!
::: xpcom/io/nsLocalFileUnix.h:67
(Diff revision 1)
> -#if defined(HAVE_STAT64) && defined(HAVE_LSTAT64) && !defined(XP_MACOSX)
> +#if defined(HAVE_STAT64) && defined(HAVE_LSTAT64) && !defined(XP_DARWIN)
Bonus points if you update the comment to make it clear that this applies to iOS as well.
Attachment #8614847 -
Flags: review?(nfroyd) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Comment 5•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•