aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pth/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pth/files/patch-aa')
-rw-r--r--devel/pth/files/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/pth/files/patch-aa b/devel/pth/files/patch-aa
deleted file mode 100644
index 53e5c233ccd8..000000000000
--- a/devel/pth/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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;