From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2395 Path: news.gmane.org!not-for-mail From: Justin Cormack Newsgroups: gmane.linux.lib.musl.general Subject: some issues with #defines Date: Sat, 1 Dec 2012 23:52:19 +0000 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9340f6fe3c45b04cfd334c3 X-Trace: ger.gmane.org 1354405952 22902 80.91.229.3 (1 Dec 2012 23:52:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Dec 2012 23:52:32 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2396-gllmg-musl=m.gmane.org@lists.openwall.com Sun Dec 02 00:52:45 2012 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 1TewrT-0002gZ-Md for gllmg-musl@plane.gmane.org; Sun, 02 Dec 2012 00:52:43 +0100 Original-Received: (qmail 16094 invoked by uid 550); 1 Dec 2012 23:52:31 -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 16086 invoked from network); 1 Dec 2012 23:52:31 -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=dR8SO8GPZFaKYmquTcpTlbYvwU89RfiXqQJnC/v8xqs=; b=U1BCY1JhoXg0aWBJpTWY11UIM1I7TdHJBd67fu5ccnC2eLEAsho/MpSQuB0A8D8MJs fcLOGVFvrXBnrxgyBODQxwRxlb7qhVi3Gl6FMGj89w+vvzCBkxIfluIc0iKEsUjps4Ky T6MrWrHcuKko4UaK5jZWW234fTxz+ps3OWOos= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=dR8SO8GPZFaKYmquTcpTlbYvwU89RfiXqQJnC/v8xqs=; b=PeFuW+/60whK2h8kPa2CXL+AWRLMJo3TtzWQucaAD8LDLwh+V2cMCW7Aec1mRvAR+m NZFFRFWxweQMNcwTmr/a4dDprB0QHHqj/vNUvBHyiCtgcpGSNFsGX/58gmQqxMKfYl9y 8C/K4Qzpn2uxpU2zaNKL4kdHavFLX7Uldlzds8vQXxnKyq8pBizoPzNVZNgJBZXqcUVx 7SnpFe/fseHC2VuY/rrDQz3U0rraj8+YCzB/cCwNVpPYjs24B44BcKqFGrG303+oJ3Dq B7XvYSAIRYIJEijwUwOVHToMvGFSTV2JcTbE/eUIG2NirP3nxVaw+nLb0xYCBQUCRJ5C yKuw== X-Gm-Message-State: ALoCoQknsYTH4d04xFCxFdDSePVQH0WAXiAYHoK8Xa8ZrdIAf0uXIqBbbKwT3otqi/79waTKtw7A Xref: news.gmane.org gmane.linux.lib.musl.general:2395 Archived-At: --14dae9340f6fe3c45b04cfd334c3 Content-Type: text/plain; charset=UTF-8 PAGE_SIZE is defined in include/bits/limits.h but I am not sure it should be. As far as I can see glibc does not define it at all any more fo userspace (see man page for getpagesize). Running into other issues too with includes but suspect they are include bugs and need to look at them further, was looking at compiling native kvm tool. Justin --14dae9340f6fe3c45b04cfd334c3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

PAGE_SIZE is defined in=C2=A0include/bits/limits.h but = I am not sure it should be. As far as I can see glibc does not define it at= all any more fo userspace (see man page for getpagesize).

Running into other issues too with includes but suspect they are inclu= de bugs and need to look at them further, was looking at compiling native k= vm tool.

Justin



--14dae9340f6fe3c45b04cfd334c3--