diff options
Diffstat (limited to 'htl/pt-yield.c')
-rw-r--r-- | htl/pt-yield.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/pt-yield.c b/htl/pt-yield.c index 29fda25..11aa852 100644 --- a/htl/pt-yield.c +++ b/htl/pt-yield.c @@ -22,5 +22,5 @@ int pthread_yield (void) { - return sched_yield (); + return __sched_yield (); } |