Merge 06721a42a1 into 4db99f4012
This commit is contained in:
commit
34a440e897
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user