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:
-rw-r--r--newlib/libc/include/pthread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/include/pthread.h b/newlib/libc/include/pthread.h
index abba3d988..46f54206f 100644
--- a/newlib/libc/include/pthread.h
+++ b/newlib/libc/include/pthread.h
@@ -278,6 +278,10 @@ int _EXFUN(pthread_getcpuclockid,
int _EXFUN(pthread_setconcurrency, (int new_level));
int _EXFUN(pthread_getconcurrency, (void));
+#if __BSD_VISIBLE || __GNU_VISIBLE
+void _EXFUN(pthread_yield, (void));
+#endif
+
/* Dynamic Package Initialization */
/* This is used to statically initialize a pthread_once_t. Example: