From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31635 invoked by alias); 9 Feb 2011 15:03:48 -0000 Received: (qmail 31624 invoked by uid 22791); 9 Feb 2011 15:03:47 -0000 X-SWARE-Spam-Status: No, hits=3.2 required=5.0 tests=AWL,BAYES_40,DKIM_SIGNED,DKIM_VALID,SPF_HELO_FAIL X-Spam-Check-By: sourceware.org Received: from mail.alohasunset.com (HELO mail.alohasunset.com) (173.164.129.123) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Feb 2011 15:03:43 +0000 Received: from ASSP-nospam ([127.0.0.1]) by alohasunset.com with MailEnable ESMTP; Wed, 9 Feb 2011 07:03:40 -0800 Received: from 127.0.0.1 ([127.0.0.1] helo=alohasunset.com) by ASSP-nospam id iUKH=VG=subscriptions.pizzolato.net=markpizzolato-pthreads-win32; Wed, 9 Feb 2011 07:03:40 -0800 Content-class: urn:content-classes:message Subject: Confused/incorrect comments in pthread_equal() MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 09 Feb 2011 15:03:00 -0000 Message-ID: <78FD0775812F9E429FF9F5E1AA158DBE409BDF@redroof.alohasunset.com> From: "Mark Pizzolato - pthreads - win32" To: X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2011/txt/msg00008.txt.bz2 The comments at the beginning of pthread_equal say: * DOCPUBLIC * This function returns nonzero if t1 and t2 are equal, else * returns nonzero Reasonable readers would be confused by the claim that both returns are nonzero. It probably should say: * DOCPUBLIC * This function returns nonzero if t1 and t2 are equal, else * returns zero