-
Fix the compilation error against G++ on Mac OS X. · 72ce39deKaito Udagawa authored
Using `0` as a null pointer is illegal when `-Wzero-as-null-pointer-constant` is given to G++. To avoid the warning `zero-as-null-pointer-constant`, `nullptr` (C++11 keyword) instead of `0` is used in the `sysctl` invocation.
72ce39de
×