Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: l-posix3.xml
Date: Tue, 13 Sep 2005 22:10:47
Message-Id: 200509132205.j8DM5wan027000@robin.gentoo.org
1 rane 05/09/13 22:10:35
2
3 Modified: xml/htdocs/doc/en/articles l-posix3.xml
4 Log:
5 fix from 105248
6
7 Revision Changes Path
8 1.5 +4 -4 xml/htdocs/doc/en/articles/l-posix3.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix3.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix3.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix3.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
13
14 Index: l-posix3.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- l-posix3.xml 10 Sep 2005 21:36:57 -0000 1.4
21 +++ l-posix3.xml 13 Sep 2005 22:10:35 -0000 1.5
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v 1.4 2005/09/10 21:36:57 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v 1.5 2005/09/13 22:10:35 rane Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/articles/l-posix3.xml">
29 @@ -23,8 +23,8 @@
30 version of the original article, and contains various improvements made by the
31 Gentoo Linux Documentation team -->
32
33 -<version>1.2</version>
34 -<date>2005-09-10</date>
35 +<version>1.3</version>
36 +<date>2005-09-14</date>
37
38 <chapter>
39 <title>Improve efficiency with condition variables</title>
40 @@ -244,7 +244,7 @@
41 int mystatus;
42 if (pthread_cond_destroy(&amp;(mycontrol->cond)))
43 return 1;
44 - if (pthread_cond_destroy(&amp;(mycontrol->cond)))
45 + if (pthread_mutex_destroy(&amp;(mycontrol->cond)))
46 return 1;
47 mycontrol->active=0;
48 return 0;
49
50
51
52 --
53 gentoo-doc-cvs@g.o mailing list