mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08:00
WIFEXITED and friends expect an `int *` but these methods were marked `const` so they instead got a `const int *`. This macros aren't actually modifying their argument, but we were never using these functions on an immutable `ProcessStatus` type anyway.
2.3 KiB
2.3 KiB