This commit is contained in:
Sevan Janiyan 2018-12-25 03:08:12 +00:00 committed by GitHub
commit 34a440e897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,9 +55,11 @@ int sched_yield(void);
int __libc_thr_yield(void);
__END_DECLS
#ifndef __minix
#ifndef __LIBPTHREAD_SOURCE__
#define sched_yield __libc_thr_yield
#endif /* __LIBPTHREAD_SOURCE__ */
#endif /* __minix */
#if defined(_NETBSD_SOURCE)