OSDN Git Service

* new-features.sgml (ov-new1.7.10): Document pthread spinlocks.
authorcorinna <corinna>
Tue, 29 Mar 2011 10:35:08 +0000 (10:35 +0000)
committercorinna <corinna>
Tue, 29 Mar 2011 10:35:08 +0000 (10:35 +0000)
winsup/doc/ChangeLog
winsup/doc/new-features.sgml

index 046b84d..f19808c 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
+
+       * new-features.sgml (ov-new1.7.10): Document pthread spinlocks.
+
 2011-03-28  Corinna Vinschen  <corinna@vinschen.de>
 
        * new-features.sgml (ov-new1.7.9): Add "new API" paragraph.
index f246daa..3aac64a 100644 (file)
@@ -1,5 +1,18 @@
 <sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
 
+<sect2 id="ov-new1.7.10"><title>What's new and what changed from 1.7.9 to 1.7.10</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+Pthread spinlocks.  New APIs: pthread_spin_destroy, pthread_spin_init,
+pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
 <sect2 id="ov-new1.7.9"><title>What's new and what changed from 1.7.8 to 1.7.9</title>
 
 <itemizedlist mark="bullet">