From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3988 Path: news.gmane.org!not-for-mail From: Justin Cormack Newsgroups: gmane.linux.lib.musl.general Subject: pselect question Date: Thu, 29 Aug 2013 17:26:56 +0100 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1377793627 28185 80.91.229.3 (29 Aug 2013 16:27:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Aug 2013 16:27:07 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3992-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 29 18:27:11 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VF53u-0001Cu-S4 for gllmg-musl@plane.gmane.org; Thu, 29 Aug 2013 18:27:10 +0200 Original-Received: (qmail 13320 invoked by uid 550); 29 Aug 2013 16:27:08 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 12285 invoked from network); 29 Aug 2013 16:27:08 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=specialbusservice.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZzpyThE+iROmOwS9bD/toS/xsqNRzoguBgrQCLGggnk=; b=c/3WJA8lizDi61YH62+oHb8l9qW96tAfS3Sl+eRzAxdTzMpnp62QJhtFXRS6P4BYM+ VdMBMuhGRHFuGkkffSeF+MfziGYYLu8uD7Oj+6gFVaYsOhQY40eTdxiAmVc/OpijHKaI 7vj6qYyZPBBKwxBVo4WNe7DIxrcvrpaawqHio= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=ZzpyThE+iROmOwS9bD/toS/xsqNRzoguBgrQCLGggnk=; b=m5QDiBG+vSFBZT1NFLkTF6Uj5B+S8oPhb1ncCJ2g/zTJiav/LRk1RjsRn0f/t7/yz2 PeKgU/iWOMJFj4X4JFPmKg4BDzIf9BsoNY+yxfqR0+3NvcinigiGAL1tVWsQHi9hYiFA SUZCLQfkE/FE82wjtcbuw5BkvKCUyAUVOq3Zizvp1FsSanWFEZwx+ScwAaFZng1cyfzP ZBhICP42qKWjqDgP9BWcAenp1T+NWECjWEblVmLZ6T4jya3jUwFcSRpo2ptM28Bv86WO nm0YrQLr3e9Cd82Kg+HJPKaMB4r+qzAW+fhpTD1twzSLqIZg7uO4LMsFwM4DY7+HWIBR HR8g== X-Gm-Message-State: ALoCoQm0UfF/uZ1W7KrtORBNn6cximex4ZMtCAbg0UfYUgAdtn9Ce7uMhrB76D2eEUQRFSL4aB3Q X-Received: by 10.66.219.68 with SMTP id pm4mr5219069pac.161.1377793616167; Thu, 29 Aug 2013 09:26:56 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:3988 Archived-At: I see pselect has the oddest kernel interface since the last odd one. However the bit long data[2] = { (long)mask, _NSIG/8 }; looks like it could be incorrect on MIPS where _NSIG is 128... is that right? (just got a mips box, must install it). Justin