From owner-freebsd-standards@FreeBSD.ORG Sun Feb 6 08:36:27 2011 Return-Path: Delivered-To: standards@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8439B106566B for ; Sun, 6 Feb 2011 08:36:27 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 167328FC16 for ; Sun, 6 Feb 2011 08:36:26 +0000 (UTC) Received: by wwf26 with SMTP id 26so3686315wwf.31 for ; Sun, 06 Feb 2011 00:36:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=v74kmmFeZ3QD6k5kR3OxRTPi81TY9Ht9Eul4d5q4PnA=; b=wOy3npO9fmlzk9VJeyqB/Qq7gdK+B1OhSv1fV2MRr2dDxcjcu2RFZqfhb7sPjJe3Xh PBIRTzbIHiYfTp2/tHejJLgMYMJGRjoRb2YNjY9YEi8H77ORSHenQSs89zgJXVPAORro pnrKvi5KOF1o1OkN5JDsFkrHLn1GIAy8Cwt1o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=MGP23Ul224SXqipWEDL9TCTFka/evQjoyZk40fcXBVi1ofKy2hGaPBM4QAXtMWHP63 2QkTEYw7gpO0BfbVZoCk1rB9PnSR6KQa8cNQ/ukkeLzsUCtQN3bskQtS1zbL9l2ZC70R E5iSxpQzdz6po7A+hJnBkoROw1szkLlSpBRhk= MIME-Version: 1.0 Received: by 10.216.154.8 with SMTP id g8mr1096564wek.12.1296981385828; Sun, 06 Feb 2011 00:36:25 -0800 (PST) Received: by 10.216.71.200 with HTTP; Sun, 6 Feb 2011 00:36:25 -0800 (PST) In-Reply-To: <297240.61774.qm@web113506.mail.gq1.yahoo.com> References: <297240.61774.qm@web113506.mail.gq1.yahoo.com> Date: Sun, 6 Feb 2011 00:36:25 -0800 Message-ID: From: Garrett Cooper To: standards@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: "Pedro F. Giffuni" Subject: Fwd: FreeBSD and Standards Wiki X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2011 08:36:27 -0000 Functionally I agree with you, but it should be in limits.h to be fully compliant with POSIX. Same with PTHREAD_STACK_MIN. I haven't looked at other areas beyond just those two constants. I'll add this discrepancy to the wiki. Thanks! -Garrett ---------- Forwarded message ---------- From: Pedro F. Giffuni Date: Fri, Feb 4, 2011 at 8:30 AM Subject: Re: FreeBSD and Standards Wiki To: Garrett Cooper Hi again Garrett; Just for fun (a strange definition of fun), I gave a try to update the devel/linuxthreads port and I found a minor compliance issue: PTHREAD_KEYS_MAX should be defined in limits.h according to this: http://pubs.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html we have it pthread.h (which actually makes sense).