]> xenbits.xensource.com Git - xen.git/commit
libxl: fork: Break out sigchld_sethandler_raw
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 17 Jan 2014 15:42:31 +0000 (15:42 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 6 Feb 2014 14:20:54 +0000 (14:20 +0000)
commitb942c569f29e8caab251e36bb1be604697225bde
tree37cd412f8b07dc20439fbd8e0e32a7772362b5ca
parente6a203b4c1475aff200ae7d085ce0fff561daf91
libxl: fork: Break out sigchld_sethandler_raw

We are going to want introduce another call site in the final
substantive patch.

Pure code motion; no functional change.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Jim Fehlig <jfehlig@suse.com>
Cc: Ian Campbell <Ian.Campbell@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
---
v3: Remove now-unused variables from sigchld_installhandler_core
tools/libxl/libxl_fork.c