diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index f682ec8..8416faa 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.01.11.131106" +#define Cdrskin_timestamP "2007.01.11.131302" diff --git a/cdrskin/cleanup.c b/cdrskin/cleanup.c index 5ed61ab..fc92383 100644 --- a/cdrskin/cleanup.c +++ b/cdrskin/cleanup.c @@ -63,9 +63,9 @@ static int signal_list_count= 24; /* Signals not to be caught */ static int non_signal_list[]= { - SIGKILL, SIGCHLD, SIGSTOP, SIGURG, -1 + SIGKILL, SIGCHLD, SIGSTOP, SIGURG, SIGWINCH, -1 }; -static int non_signal_list_count= 4; +static int non_signal_list_count= 5; #endif /* Cleanup_has_no_libburn_os_H */ diff --git a/libburn/cleanup.c b/libburn/cleanup.c index 5ed61ab..fc92383 100644 --- a/libburn/cleanup.c +++ b/libburn/cleanup.c @@ -63,9 +63,9 @@ static int signal_list_count= 24; /* Signals not to be caught */ static int non_signal_list[]= { - SIGKILL, SIGCHLD, SIGSTOP, SIGURG, -1 + SIGKILL, SIGCHLD, SIGSTOP, SIGURG, SIGWINCH, -1 }; -static int non_signal_list_count= 4; +static int non_signal_list_count= 5; #endif /* Cleanup_has_no_libburn_os_H */ diff --git a/libburn/os-freebsd.h b/libburn/os-freebsd.h index 0c1aaff..f3e903e 100644 --- a/libburn/os-freebsd.h +++ b/libburn/os-freebsd.h @@ -37,10 +37,10 @@ /** To list all signals which shall surely not be caught */ #define BURN_OS_NON_SIGNAL_MACRO_LIST \ -SIGKILL, SIGCHLD, SIGSTOP, SIGURG +SIGKILL, SIGCHLD, SIGSTOP, SIGURG, SIGWINCH /* The number of above list items */ -#define BURN_OS_NON_SIGNAL_COUNT 4 +#define BURN_OS_NON_SIGNAL_COUNT 5 /* The maximum size for a (SCSI) i/o transaction */ diff --git a/libburn/os-linux.h b/libburn/os-linux.h index 0fc7c1e..99e8bb5 100644 --- a/libburn/os-linux.h +++ b/libburn/os-linux.h @@ -34,10 +34,10 @@ /** To list all signals which shall surely not be caught */ #define BURN_OS_NON_SIGNAL_MACRO_LIST \ -SIGKILL, SIGCHLD, SIGSTOP, SIGURG +SIGKILL, SIGCHLD, SIGSTOP, SIGURG, SIGWINCH /* The number of above list items */ -#define BURN_OS_NON_SIGNAL_COUNT 4 +#define BURN_OS_NON_SIGNAL_COUNT 5 /* The maximum size for a (SCSI) i/o transaction */