[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] sigaction() and SA_RESTART / SA_INTERRUPT



On Wed, 25 Feb 2009, Alan Hourihane wrote:

On Wed, 2009-02-25 at 22:00 +0000, David Brownlee wrote:
	Is there any way to SA_RESTART or SA_INTERRUPT in sa_flags
 	for sigaction() under mint? Ther are the two ways to
 	determine whether system calls should be restarted after
 	a signal?

Nope, currently unsupported.

	Ah bummer :(

	Is there any docs on the signal implementation in MiNT? I notice
	signal.h mentions that signal() defaults to BSD semantics, which
	should include restartable system calls?

	Thanks