Closed Bug 1171124 Opened 9 years ago Closed 9 years ago

Fix nsLocalFileUnix to build for iOS

Categories

(Core :: XPCOM, defect)

Unspecified
iOS
defect
Not set
normal

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.
bug 1171124 - Swap some XP_MACOSX for XP_DARWIN in nsLocalFileUnix. r?froydnj
Attachment #8614847 - Flags: review?(nfroyd)
OS: Unspecified → iOS
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+
https://hg.mozilla.org/mozilla-central/rev/1ab3879c7470
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: