diff options
Diffstat (limited to 'src/libthread/test/tspawnloop.c')
-rw-r--r-- | src/libthread/test/tspawnloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/test/tspawnloop.c b/src/libthread/test/tspawnloop.c index 8835267f..05636dc9 100644 --- a/src/libthread/test/tspawnloop.c +++ b/src/libthread/test/tspawnloop.c @@ -18,7 +18,7 @@ execproc(void *v) args[2] = nil; threadexec(nil, fd, args[0], args); } - + void threadmain(int argc, char **argv) { |