You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, that looks like an error. It should be a bool rather than an Option<Pid>. We should deprecate child_subreaper and set_child_subreaper and add new functions with the correct types.
The kernel knows for
set_child_subreaper
only poor man boolean (int== 0
/!= 0
).The text was updated successfully, but these errors were encountered: