aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/test/thello.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-04-21 03:34:44 +0000
committerrsc <devnull@localhost>2006-04-21 03:34:44 +0000
commit110c707dda7d14af657a0cc184e60eb42af30c88 (patch)
treec7e2cb832189c183e7af67ec01cecb9d4a1bc4c6 /src/libthread/test/thello.c
parent6b11fe88cb3dd3a8181f56c24a33e065067d2170 (diff)
downloadplan9port-110c707dda7d14af657a0cc184e60eb42af30c88.tar.gz
plan9port-110c707dda7d14af657a0cc184e60eb42af30c88.tar.bz2
plan9port-110c707dda7d14af657a0cc184e60eb42af30c88.zip
darwin 386 start
Diffstat (limited to 'src/libthread/test/thello.c')
-rw-r--r--src/libthread/test/thello.c10
1 files changed, 10 insertions, 0 deletions
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 <u.h>
+#include <libc.h>
+#include <thread.h>
+
+void
+threadmain(int argc, char **argv)
+{
+ print("hello, world\n");
+}
+