aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/sun4u.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-05-11 17:51:27 +0000
committerrsc <devnull@localhost>2004-05-11 17:51:27 +0000
commitc4097c29512269f4547ebefb8abdc57a2892b479 (patch)
treee84c61a845b196bfa903088e15b772ae0b16c8bb /src/libthread/sun4u.c
parent2f2df5e02ef22c9727ae2b8269d5c76a061d296f (diff)
downloadplan9port-c4097c29512269f4547ebefb8abdc57a2892b479.tar.gz
plan9port-c4097c29512269f4547ebefb8abdc57a2892b479.tar.bz2
plan9port-c4097c29512269f4547ebefb8abdc57a2892b479.zip
Fix small bugs.
Diffstat (limited to 'src/libthread/sun4u.c')
-rw-r--r--src/libthread/sun4u.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/sun4u.c b/src/libthread/sun4u.c
index 6312dac9..0d2d8d24 100644
--- a/src/libthread/sun4u.c
+++ b/src/libthread/sun4u.c
@@ -46,7 +46,7 @@ _threadinswitch(int enter)
}
void
-_threadstacklimit(void *addr)
+_threadstacklimit(void *addr, void *addr2)
{
USED(addr);
}