[!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:
Markus Armbruster 2005-03-12 12:20:50 +00:00
parent 014d005c69
commit 09b481b30a
6 changed files with 10 additions and 64 deletions

View file

@ -90,18 +90,10 @@ struct mob_acc_globals {
typedef u_char natid; /* NSC_NATID must match this */
#if defined(__linux__ ) || defined(__osf__)
#define POSIXSIGNALS 1
#endif
#if !defined (_EMPTH_LWP) && !defined (_EMPTH_POSIX)
#define _EMPTH_LWP 1
#endif
#if defined(_EMPTH_POSIX) && !defined(POSIXSIGNALS)
#define POSIXSIGNALS
#endif
#if !defined(aix) && !defined(sgi)
#ifndef ultrix /* already defined in ultrix */