diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedlibpthread_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibpthread_private.h b/src/wrapped/wrappedlibpthread_private.h index 6cf74bcd..2ab265bb 100644 --- a/src/wrapped/wrappedlibpthread_private.h +++ b/src/wrapped/wrappedlibpthread_private.h @@ -254,7 +254,7 @@ GOM(__pthread_unregister_cancel, vFEp) //GO(__pthread_unregister_cancel_restore, //GO(__pthread_unwind, GOM(__pthread_unwind_next, vFEp) -GO(pthread_yield, iFv) +GO2(pthread_yield, iFv, sched_yield) //GO(raise, //GO(__res_state, GO(sem_close, iFp) |