Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: hppa problems
- X-seq: zsh-workers 14835
- From: Clint Adams <clint@xxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: hppa problems
- Date: Sun, 10 Jun 2001 19:10:43 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <1010610163423.ZM21625@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxxxxxxxxx on Sun, Jun 10, 2001 at 04:34:23PM +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010610070719.A4521@xxxxxxxx> <20010610081031.C4640@xxxxxxxx> <1010610163423.ZM21625@xxxxxxxxxxxxxxxxxxxxxxx>
> This looks similar to the strace that was discussed in the "problem
> with sourcing on Solaris" thread. I don't suppose BROKEN_KILL_ESRCH is
> defined in config.h?
>
> Hmm, it looks like BROKEN_POSIX_SIGSUSPEND may also be defined -- either
> that or NO_SIGNAL_BLOCKING -- which strikes me as likely to be wrong.
/* #undef NO_SIGNAL_BLOCKING */
/* #undef BROKEN_KILL_ESRCH */
#define BROKEN_POSIX_SIGSUSPEND 1
I'll investigate the sigsuspend test shortly.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author