summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/testblockalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rts/testblockalloc.c')
-rw-r--r--testsuite/tests/rts/testblockalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/testblockalloc.c b/testsuite/tests/rts/testblockalloc.c
index bde81d31e5..577245f45e 100644
--- a/testsuite/tests/rts/testblockalloc.c
+++ b/testsuite/tests/rts/testblockalloc.c
@@ -2,7 +2,7 @@
#include <stdio.h>
-extern bdescr *allocGroup_lock_lock(nat n);
+extern bdescr *allocGroup_lock_lock(uint32_t n);
extern void freeGroup_lock(bdescr *p);
const int ARRSIZE = 256;