R/restoreSIGCLD.R

# Restore the original SIGCLD hander. This reverses the action of 'handleSIGCLD'.
restoreSIGCLD <- function()
  {
    .C("R_restore_sigcld_handler", PACKAGE="fork")
    invisible(NULL)
  }
warnes/fork documentation built on May 4, 2019, 12:59 a.m.