mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 935271 - Fix ifdefs in js/src/gc/Memory.cpp; r=billm
--HG-- extra : rebase_source : 182c3747cafb76ee1c325515a22c1c89c7bd0930
This commit is contained in:
parent
35ef0a6f01
commit
5201dd0149
@ -297,7 +297,7 @@ gc::GetPageFaultCount()
|
||||
return 0;
|
||||
}
|
||||
|
||||
#elif defined(XP_UNIX) || defined(XP_MACOSX) || defined(DARWIN)
|
||||
#elif defined(XP_UNIX)
|
||||
|
||||
#include <sys/mman.h>
|
||||
#include <sys/resource.h>
|
||||
|
Loading…
Reference in New Issue
Block a user