From 40081c11c42ca4ed534c3d1ec1bb7c7b208d68d3 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 10 Jan 1999 19:05:23 +0000 Subject: Initial import of libcii version 1.1. Library from "C Interfaces and Implementations" by David Hanson. PR: 6504 Submitted by: J Han --- devel/libcii/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/libcii/files/patch-aa (limited to 'devel/libcii/files/patch-aa') diff --git a/devel/libcii/files/patch-aa b/devel/libcii/files/patch-aa new file mode 100644 index 000000000000..14e70a8a8962 --- /dev/null +++ b/devel/libcii/files/patch-aa @@ -0,0 +1,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; -- cgit v1.2.3