diff options
Diffstat (limited to 'src/libthread/PowerMacintosh.c')
| -rw-r--r-- | src/libthread/PowerMacintosh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/PowerMacintosh.c b/src/libthread/PowerMacintosh.c index 21f6041d..94d4db9a 100644 --- a/src/libthread/PowerMacintosh.c +++ b/src/libthread/PowerMacintosh.c @@ -32,7 +32,7 @@ _threadinswitch(int enter) } void -_threadstacklimit(void *addr) +_threadstacklimit(void *addr, void *addr2) { USED(addr); } |
