* 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.
This commit is contained in:
Yaakov Selkowitz
2011-02-10 10:51:14 +00:00
parent ca1953eeee
commit 3696acf497
5 changed files with 12 additions and 1 deletions

View File

@@ -1245,6 +1245,7 @@ pthread_setspecific SIGFE
pthread_sigmask SIGFE
pthread_suspend SIGFE
pthread_testcancel SIGFE
pthread_yield = sched_yield SIGFE
ptsname SIGFE
putc SIGFE
_putc = putc SIGFE