From 110c707dda7d14af657a0cc184e60eb42af30c88 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 21 Apr 2006 03:34:44 +0000 Subject: darwin 386 start --- src/libthread/test/thello.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/libthread/test/thello.c (limited to 'src/libthread/test/thello.c') diff --git a/src/libthread/test/thello.c b/src/libthread/test/thello.c new file mode 100644 index 00000000..c5732165 --- /dev/null +++ b/src/libthread/test/thello.c @@ -0,0 +1,10 @@ +#include +#include +#include + +void +threadmain(int argc, char **argv) +{ + print("hello, world\n"); +} + -- cgit v1.2.3