aboutsummaryrefslogtreecommitdiff
path: root/devel/libcii/files/patch-aa
blob: 14e70a8a8962caf8a03ccf5e57f4c0e62716399f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/thread.c.orig	Wed Nov  5 15:03:00 1997
+++ src/thread.c	Sat Jan  9 18:44:09 1999
@@ -269,7 +269,7 @@
 	  	*--t->sp = (unsigned long)_start - 8;
 	  	*--t->sp = (unsigned long)fp;
 	  	t->sp -= 64/4; }
-#elif linux && i386
+#elif (linux || unix) && i386
 	{ extern void _thrstart(void);
 	  t->sp -= 4/4;
 	  *t->sp = (unsigned long)_thrstart;