Subject: Re: CVS commit: src/sys
To: None <rmind@NetBSD.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 11/12/2007 20:27:18
> yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
> > <...>
> > sorry, i don't understand what you mean.
> > can't sys_semop retry by itself after resizing, rather than
> > returning an error to userland?
>
> Thought it is OK to leave the caller to handle EINTR.
>
> http://www.netbsd.org/~rmind/sysv_restart.diff (not tested)
>
> Do you mean this?
>
> --
> Best regards,
> Mindaugas
> www.NetBSD.org
yes, i meant something like that.
while some applications might handle EINTR, others might not.
YAMAMOTO Takashi