From faac1d3e6e87dc6882e69b62f1c71907d892c876 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 6 Mar 2012 16:33:42 +0100 Subject: tar,rpm2cpio: check that child decompressor did not error out function old new delta check_errors_in_children - 57 +57 tar_main 833 848 +15 get_header_tar 1720 1733 +13 rpm2cpio_main 147 140 -7 handle_SIGCHLD 41 - -41 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 2/1 up/down: 85/-48) Total: 37 bytes Signed-off-by: Denys Vlasenko --- include/bb_archive.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/bb_archive.h') diff --git a/include/bb_archive.h b/include/bb_archive.h index bd08115da..2043d8570 100644 --- a/include/bb_archive.h +++ b/include/bb_archive.h @@ -224,6 +224,7 @@ int bbunpack(char **argv, const char *expected_ext ) FAST_FUNC; +void check_errors_in_children(int signo); #if BB_MMU void open_transformer(int fd, int check_signature, -- cgit v1.2.3