summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/pth/files/patch-aa b/devel/pth/files/patch-aa
new file mode 100644
index 000000000000..53e5c233ccd8
--- /dev/null
+++ b/devel/pth/files/patch-aa
@@ -0,0 +1,14 @@
+--- pth_sched.c.broken Fri Mar 10 02:58:32 2000
++++ pth_sched.c Fri Feb 16 20:21:57 2001
+@@ -763,8 +763,10 @@
+ }
+
+ /* perhaps we have to internally loop... */
+- if (loop_repeat)
++ if (loop_repeat) {
++ pth_time_set(now, PTH_TIME_NOW);
+ goto loop_entry;
++ }
+
+ pth_debug1("pth_sched_eventmanager: leaving");
+ return;