Hi
Samuel Thibald wrote:
> Mmm, I had a look at posix, at it says "The state of these flags is
> not specified for signal()." So that you indeed need to explicitely
> unset the flag, else the behavior is implementation-dependant (BSD sets
> SA_RESTART and clears SA_RESETHAND for instance).
>
> Al
On Tue, Nov 01, 2005 at 02:40:00AM -0700, Jim Easton wrote:
>Christopher Faylor wrote:
>>On Mon, Oct 31, 2005 at 08:49:30PM -0700, Jim Easton wrote:
>>>I'm wondering what am I missing? Is there a flag in sigaction or
>>>something else that I could be setting?
>>
>>Yes. SA_RESTART is the flag.
>
>
Hi,
Jim Easton, le Tue 01 Nov 2005 02:40:00 -0700, a écrit :
> Hi,
>
> Christopher Faylor wrote:
> > On Mon, Oct 31, 2005 at 08:49:30PM -0700, Jim Easton wrote:
> > >I'm wondering what am I missing? Is there a flag in sigaction
> > >or something else that I could be setting?
> >
> > Yes. SA_RE
Hi,
Christopher Faylor wrote:
> On Mon, Oct 31, 2005 at 08:49:30PM -0700, Jim Easton wrote:
> >I'm wondering what am I missing? Is there a flag in sigaction
> >or something else that I could be setting?
>
> Yes. SA_RESTART is the flag.
and then Samuel Thibault wrote:
> No: he wants to be _inte
Christopher Faylor, le Tue 01 Nov 2005 01:02:40 -0500, a écrit :
> On Mon, Oct 31, 2005 at 08:49:30PM -0700, Jim Easton wrote:
> >I'm wondering what am I missing? Is there a flag in sigaction
> >or something else that I could be setting?
>
> Yes. SA_RESTART is the flag.
No: he wants to be _inte
On Mon, Oct 31, 2005 at 08:49:30PM -0700, Jim Easton wrote:
>I'm wondering what am I missing? Is there a flag in sigaction
>or something else that I could be setting?
Yes. SA_RESTART is the flag.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cy
Hi,
Correct me if I'm wrong but it is my understanding that a signal,
specifically SIGALRM, should free a blocked read request and,
for example, getchar() or read(), should return an EINTR error.
(viz. Interrupted system call)
This happens on Solaris, sun 4, Sgi and AIX machines but apparently
no
7 matches
Mail list logo