[!POSIXSIGNALS]: Thoroughly obsolete, remove. This also gets rid of
an odd case where signals were not catched when debugging. (main, empth_start): Using sa_handler with SA_SIGINFO is wrong. Simply don't set SA_SIGINFO; the additional signal information is not used anyway.
This commit is contained in:
parent
014d005c69
commit
09b481b30a
6 changed files with 10 additions and 64 deletions
|
@ -72,8 +72,6 @@ void lwpRestore(jmp_buf);
|
|||
/* XXX Note that this assumes sizeof(long) == 4 */
|
||||
#define LWP_CHECKMARK 0x5a5a5a5aL
|
||||
|
||||
#define SIGNALS sigmask(SIGALRM)
|
||||
|
||||
#ifndef hpux
|
||||
typedef double stkalign_t;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue