Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2011-02-10 13:51:14 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2011-02-10 13:51:14 +0300
commit3696acf49766fe9a2483939df47b21a7d3f8f96c (patch)
treeb59d45f9a08e9c74681b5f719d92df3dac7e6c97 /winsup/cygwin/posix.sgml
parentca1953eeee9e1823c6cf9bfb0d7595112fb110ac (diff)
* cygwin.din (pthread_yield): Export as alias to sched_yield.
* include/pthread.h (pthread_yield): Declare. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * posix.sgml (std-deprec): Add pthread_yield.
Diffstat (limited to 'winsup/cygwin/posix.sgml')
-rw-r--r--winsup/cygwin/posix.sgml1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml
index b085ddf79..9f73b3d59 100644
--- a/winsup/cygwin/posix.sgml
+++ b/winsup/cygwin/posix.sgml
@@ -1225,6 +1225,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
pthread_continue (XPG2)
pthread_getsequence_np (Tru64)
pthread_suspend (XPG2)
+ pthread_yield (POSIX.1c drafts)
pututline (XPG2)
putw (SVID)
rindex (SUSv3)