From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/416 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: cluts daily reports 8/13 - pthread_eintr expanded Date: Sat, 13 Aug 2011 19:38:52 -0400 Message-ID: <20110813233852.GL132@brightrain.aerifal.cx> References: <4E46CC0D.4040601@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1313279541 16652 80.91.229.12 (13 Aug 2011 23:52:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 13 Aug 2011 23:52:21 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-417-gllmg-musl=m.gmane.org@lists.openwall.com Sun Aug 14 01:52:15 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1QsNzy-0000Ax-Rz for gllmg-musl@lo.gmane.org; Sun, 14 Aug 2011 01:52:15 +0200 Original-Received: (qmail 11779 invoked by uid 550); 13 Aug 2011 23:52:14 -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 11767 invoked from network); 13 Aug 2011 23:52:14 -0000 Content-Disposition: inline In-Reply-To: <4E46CC0D.4040601@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:416 Archived-At: On Sat, Aug 13, 2011 at 09:10:05PM +0200, Luka Marčetić wrote: > Done: > *a lot more work done on pthread_eintr (if you need me to > explain any of the unfinished code, tell me) > Priorities: > *pthread_eintr needs work (if someone's proficient with > valgrind, I would appreciate help interpreting the output) pthread_equal test is wrong. This function returns a boolean value, not an error code. I have no idea why the text "The pthread_equal() function shall not return an error code of [EINTR]" appears in POSIX for this function. Presumably it was a copy-and-paste error. Rich