diff options
Diffstat (limited to 'includes/rts/Threads.h')
-rw-r--r-- | includes/rts/Threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/Threads.h b/includes/rts/Threads.h index e6844a3227..da6f7a4add 100644 --- a/includes/rts/Threads.h +++ b/includes/rts/Threads.h @@ -68,6 +68,6 @@ extern Capability MainCapability; // Change the number of capabilities (only supports increasing the // current value at the moment). // -extern void setNumCapabilities (nat new); +extern void setNumCapabilities (nat new_); #endif /* RTS_THREADS_H */ |