Skip to content
Commit dfaf0fd2 authored by Kyle Brenneman's avatar Kyle Brenneman
Browse files

Add a (void*) cast for the last parameter when calling mincore.

The third parameter to mincore(2) can be a pointer to char or unsigned char,
depending on what system it's building on. To build in either case, just cast
that argument to a (void *).
parent 82413e05
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment