aboutsummaryrefslogtreecommitdiff
path: root/htl/pt-yield.c
diff options
context:
space:
mode:
Diffstat (limited to 'htl/pt-yield.c')
-rw-r--r--htl/pt-yield.c2
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 ();
}