Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 1998 20:09:25 -0500 (EST)
From:      Alfred Perlstein <bright@hotjobs.com>
To:        The Hermit Hacker <scrappy@hub.org>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: SIGPOLL? 
Message-ID:  <Pine.BSF.4.05.9811292008150.1605-100000@bright.fx.genx.net>
In-Reply-To: <Pine.BSF.4.05.9811292056030.4737-100000@thelab.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sun, 29 Nov 1998, The Hermit Hacker wrote:

> 
> Hi...
> 
> 	I'm working on getting Cyrus' ACAP server up, and it appears to
> use a 'SIGPOLL' signal, which, under Solaris, is defined as:
> 
> #define    SIGPOLL 22      /* pollable event occured */
> 
> 	Looking through sys/signal.h, we don't appear to have anything
> similar, other then that our signal 22 is:
> 
> #define SIGTTOU 22      /* like TTIN for output if (tp->t_local&LTOSTOP)*/
> 
> 	Which doesn't sound like a replacement to me...
> 
> 	Anyone have an idea of what I want to do to fix/replace this?
> 
> Thanks...

I'm not sure what functionality you need, but have you looked at SIGIO?

-Alfred

> 
> Marc G. Fournier                                


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9811292008150.1605-100000>