Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • cshapiro's avatar
    0d9fb588
    General cleanup of spawn() · 0d9fb588
    cshapiro authored
      * Set the process group leader using setsid() on all ports.
    
      * Call sigprocmask() unmasking any signals masked by Lisp.
    
      * Make spawn() officially return a pid_t instead of an int.
    
      * Make a few minor whitespace and formatting corrections while we're
        at it.
    
      * Fix the includes list to eliminate compiler warnings and reflect
        reality.
    0d9fb588
    History
    General cleanup of spawn()
    cshapiro authored
      * Set the process group leader using setsid() on all ports.
    
      * Call sigprocmask() unmasking any signals masked by Lisp.
    
      * Make spawn() officially return a pid_t instead of an int.
    
      * Make a few minor whitespace and formatting corrections while we're
        at it.
    
      * Fix the includes list to eliminate compiler warnings and reflect
        reality.