Index: Source/wtf/TCSystemAlloc.h |
diff --git a/Source/wtf/TCSystemAlloc.h b/Source/wtf/TCSystemAlloc.h |
index c23a3dc10d39a08c67e3162e04954617b463a1c4..3a50e65b8e48e4a842bfa5362c07cf72e30af12a 100644 |
--- a/Source/wtf/TCSystemAlloc.h |
+++ b/Source/wtf/TCSystemAlloc.h |
@@ -64,7 +64,7 @@ extern void TCMalloc_SystemRelease(void* start, size_t length); |
extern void TCMalloc_SystemCommit(void* start, size_t length); |
-#if OS(DARWIN) |
+#if OS(MACOSX) |
#define HAVE_MADV_FREE 1 |
#define HAVE_MADV_FREE_REUSE 1 |
#endif |