mystikos icon indicating copy to clipboard operation
mystikos copied to clipboard

Enable itimer cancellation

Open mikbras opened this issue 3 years ago • 1 comments

The itimer cancellation feature was implemented as part of an earlier PR but then conditionally commented out because it was unrelated to that PR.

Create a new PR by removing the following directives (leaving the source lines between the directives).

#ifdef ITIMER_CANCELLATION /* See PR-262 */
...
#endif

mikbras avatar Apr 08 '21 06:04 mikbras

this needs to be done because it shows up as a leak with debug malloc

paulcallen avatar Apr 12 '21 20:04 paulcallen