From owner-freebsd-hackers Sun Nov 29 17:06:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26476 for freebsd-hackers-outgoing; Sun, 29 Nov 1998 17:06:16 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from bright.fx.genx.net (bright.fx.genx.net [206.64.4.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26469 for ; Sun, 29 Nov 1998 17:06:13 -0800 (PST) (envelope-from bright@hotjobs.com) Received: from localhost (bright@localhost) by bright.fx.genx.net (8.9.1/8.9.1) with ESMTP id UAA46022; Sun, 29 Nov 1998 20:09:25 -0500 (EST) (envelope-from bright@hotjobs.com) X-Authentication-Warning: bright.fx.genx.net: bright owned process doing -bs Date: Sun, 29 Nov 1998 20:09:25 -0500 (EST) From: Alfred Perlstein X-Sender: bright@bright.fx.genx.net To: The Hermit Hacker cc: freebsd-hackers@FreeBSD.ORG Subject: Re: SIGPOLL? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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<OSTOP)*/ > > 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