summaryrefslogtreecommitdiff
path: root/pr/tests/yield.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/yield.c')
-rw-r--r--pr/tests/yield.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/yield.c b/pr/tests/yield.c
index c68166e1..1e4b6b89 100644
--- a/pr/tests/yield.c
+++ b/pr/tests/yield.c
@@ -17,7 +17,7 @@
#define THREADS 10
-void
+void
threadmain(void *_id)
{
int id = (int)_id;