From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9132 Path: news.gmane.org!not-for-mail From: Max Ruttenberg Newsgroups: gmane.linux.lib.musl.general Subject: the size of the int type Date: Fri, 15 Jan 2016 16:01:12 -0500 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1142ee4e03f1b4052965b490 X-Trace: ger.gmane.org 1452891692 30723 80.91.229.3 (15 Jan 2016 21:01:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Jan 2016 21:01:32 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9145-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jan 15 22:01:32 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aKBUy-0007z4-1j for gllmg-musl@m.gmane.org; Fri, 15 Jan 2016 22:01:32 +0100 Original-Received: (qmail 26413 invoked by uid 550); 15 Jan 2016 21:01:30 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 26341 invoked from network); 15 Jan 2016 21:01:24 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emutechnology-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:content-type; bh=uR3Vk8tcuJuxNf3eEw4bgRwtdDalW8HwgZsXxKwjzLw=; b=JHXSEJKa8kOGH6yAxpVWNx7JNjmE4yvZ1syTwgIlyEEi0oONC0y9MsGNRa4PdUPhhf o4XCMXfGNQaBcP4ZymMLAmMNwMwVLbhRXD3ppU2QzuS9Zvis9nsabNKS84wjh6vbZqUN jCH13xaaUnOiGEPuN4sc12pqgZ9i5oeN06tc3z3BxQ1N+um2JPIYvq1eiXB+vy6avV1v zRBaJWpH07Ww3drRlGtKlEozFD4Q72qUIyh4+od7D6jezsD5hjH5ijz+BzdP6qL8rgVy JZm8NUt2D0Dpk8g/VxXvRObipnCeLROi7td9jNl1AuYEmNINn+ZWNPdv3eNj+FCShpv1 7ppA== 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=uR3Vk8tcuJuxNf3eEw4bgRwtdDalW8HwgZsXxKwjzLw=; b=MRyNP3G2rqIwO+Go4CtS5uto6Iqgq+lp2hE0FFL6dZUzQB66vNtkULhuERNN0D5ltW ZIcV1Rt9p4bnDj76L23bcZFcbQ3zN5NGpx9j9oJU3e2DEMNOtNrmlyjnPIEXl6v3kZxI 3WkDkyvrEHkfcLFpgqOm8GiqG/toALIbe8FdyJ3UfoiqMSBOTbIjg01icupS9GB6Uzd4 S/WkPJWR3NCnNgF9xYhoH2O5uXoZkZVAALuiB+rZg5GLSzkmhEjX/Q1uC4hpQio87q21 kY0yDwYadv+67LCe1hjCup60qbrpTyxG4F0yPCfCVG+BMeKwHLLN5iCTVFV80B1rSjBz EU1w== X-Gm-Message-State: ALoCoQlPzDEyZdigV+6gODdqVp1GYYgGbXA50vxYwj12oZvL9Zovf4mUoR8KSUE8W0bql/NtGPIt224Y+NbqjERIqw3AfKKi+A== X-Received: by 10.202.108.69 with SMTP id h66mr8792238oic.67.1452891672139; Fri, 15 Jan 2016 13:01:12 -0800 (PST) Xref: news.gmane.org gmane.linux.lib.musl.general:9132 Archived-At: --001a1142ee4e03f1b4052965b490 Content-Type: text/plain; charset=UTF-8 Hi, I'm wondering if there's any code in musl that makes assumptions on the size of the "int" type. I only ask because I'm debating how my compiler (which targets a machine with a 64-bit word size) should define the int type. Ideally I'd like to break as little library code as possible. Max --001a1142ee4e03f1b4052965b490 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I'm wondering if there's an= y code in musl that makes assumptions on the size of the "int" ty= pe.

I only ask because I'm debating how my com= piler (which targets a machine with a 64-bit word size) should define the i= nt type. Ideally I'd like to break as little library code as possible.<= /div>

Max
--001a1142ee4e03f1b4052965b490--