lib: check the return of calls to pipe(), report errors and abort on fail
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 30 Jan 2013 21:10:41 +0000 (16:10 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 1 Feb 2013 20:54:51 +0000 (15:54 -0500)
commit11069853d4bf27b2d287f6499a865def1b341f59
tree97d137a4a716fd410447b68f9ebc48dd22d7c9cc
parentadbf39fb9f8c2df3bc23b5de7dfba34f5058c1e4
lib: check the return of calls to pipe(), report errors and abort on fail

This commits prevents compilation warnings and allows easier debugging.

Better solutions are still possible but will require to modifiy the API.

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
lib/standard/exec_nit.c