Correct typo

Fixes macos compile error.
This commit is contained in:
Alistair Leslie-Hughes 2020-01-21 10:41:12 +11:00
parent 9c3a91903e
commit 9a2a33ee2b

View File

@ -21,7 +21,7 @@ index 1d6239f765..486693f312 100644
+#ifdef MAP_FIXED_NOREPLACE
+ static int flags = MAP_FIXED_NOREPLACE;
+#else
+ statinc int flags = 0;
+ static int flags = 0;
+#endif
void *ptr;