about summary refs log tree commit homepage
path: root/mnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'mnt.c')
-rw-r--r--mnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mnt.c b/mnt.c
index 9fb2e68..092111c 100644
--- a/mnt.c
+++ b/mnt.c
@@ -163,7 +163,7 @@ static void timed_init_once(void)
                         if ((++tries % 1024) == 0)
                                 warn("pthread_create: %s (tries: %lu)",
                                      strerror(rc), tries);
-                        sched_yield();
+                        mog_yield();
                 } else {
                         assert(0 && "pthread_create usage error");
                 }