From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21099 invoked by alias); 16 Oct 2013 23:28:07 -0000 Mailing-List: contact cygwin-talk-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-talk-owner@cygwin.com Reply-To: The Vulgar and Unprofessional Cygwin-Talk List Mail-Followup-To: cygwin-talk@cygwin.com Received: (qmail 21091 invoked by uid 89); 16 Oct 2013 23:28:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f47.google.com Received: from mail-pa0-f47.google.com (HELO mail-pa0-f47.google.com) (209.85.220.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 16 Oct 2013 23:28:05 +0000 Received: by mail-pa0-f47.google.com with SMTP id kp14so1805982pab.6 for ; Wed, 16 Oct 2013 16:28:03 -0700 (PDT) X-Received: by 10.66.121.131 with SMTP id lk3mr5986802pab.61.1381966083465; Wed, 16 Oct 2013 16:28:03 -0700 (PDT) Received: from [10.1.13.213] ([12.235.126.133]) by mx.google.com with ESMTPSA id xe9sm109618086pab.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Oct 2013 16:28:02 -0700 (PDT) Message-ID: <525F2100.7060506@gmail.com> Date: Wed, 16 Oct 2013 23:28:00 -0000 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: cygwin-talk@cygwin.com Subject: Re: siginfo_t missing member si_band References: <525D55B3.3050002@cs.utoronto.ca> <20131015194242.GA2368@ednor.casa.cgf.cx> <525DB015.1010707@cs.utoronto.ca> <20131015223645.GB7490@ednor.casa.cgf.cx> <525DCC6F.7000104@cygwin.com> <525DCCDC.9010302@etr-usa.com> <20131016075925.GW18358@calimero.vinschen.de> <20131016212702.GB4370@ednor.casa.cgf.cx> In-Reply-To: <20131016212702.GB4370@ednor.casa.cgf.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-q4/txt/msg00000.txt.bz2 Il 10/16/2013 11:27 PM, Christopher Faylor ha scritto: > On Wed, Oct 16, 2013 at 09:59:25AM +0200, Corinna Vinschen wrote: >> On Oct 15 17:16, Warren Young wrote: >>> On 10/15/2013 17:14, Larry Hall (Cygwin) wrote: >>>> Any chance of getting a Cygwin implementation of a coffee-maker then? ;-) >>> >>> Well, it *is* a standard. RFC 2324: http://tools.ietf.org/html/rfc2324 >> >> I'd expect there's an OSS library somewhere around which implements it. >> Or maybe we could just grab the BSD code... > > I don't see how SIGPOLL could be implemented by copying BSD code. It > would have to rely on modifying the fhandler code. > Hi CGF, I had the impression Corinna was referring to rfc2324 (Hyper Text Coffee Pot Control Protocol) not to the original SIGPOLL... Marco