diff options
Diffstat (limited to 'devel/libcii/files/patch-aa')
-rw-r--r-- | devel/libcii/files/patch-aa | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/devel/libcii/files/patch-aa b/devel/libcii/files/patch-aa index 14e70a8a8962..7f543f11ddfa 100644 --- a/devel/libcii/files/patch-aa +++ b/devel/libcii/files/patch-aa @@ -1,5 +1,22 @@ ---- src/thread.c.orig Wed Nov 5 15:03:00 1997 -+++ src/thread.c Sat Jan 9 18:44:09 1999 +--- src/thread.c.orig Thu Nov 6 06:03:00 1997 ++++ src/thread.c Tue Jun 8 21:37:09 1999 +@@ -243,13 +243,13 @@ + critical--; } while (0); + args = t->sp; + } +-#if alpha +- { extern void _start(void); ++#if __alpha ++ { extern void _thrstart(void); + t->sp -= 112/8; + t->sp[(48+24)/8] = (unsigned long)Thread_exit; + t->sp[(48+16)/8] = (unsigned long)args; + t->sp[(48+ 8)/8] = (unsigned long)apply; +- t->sp[(48+ 0)/8] = (unsigned long)_start; } ++ t->sp[(48+ 0)/8] = (unsigned long)_thrstart; } + #elif mips + { extern void _start(void); + t->sp -= 16/4; @@ -269,7 +269,7 @@ *--t->sp = (unsigned long)_start - 8; *--t->sp = (unsigned long)fp; |