diff options
-rw-r--r-- | newlib/libc/include/pthread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/include/pthread.h b/newlib/libc/include/pthread.h index abba3d9..46f5420 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: |