summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>1999-09-23 02:13:24 +0000
committerrpj <rpj>1999-09-23 02:13:24 +0000
commitcd324bb05bc5c76589c2ef7a2fcce61345100682 (patch)
tree929c405211809a5b97c7844aa543d4a043ade0bd
parent42955ade145ecb575977d239faa825e5b3fa10be (diff)
*** empty log message ***
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..fabce6d
--- /dev/null
+++ b/TODO
@@ -0,0 +1,3 @@
+- Check behaviour of calling pthread_exit from main().
+ The main thread should wait for other threads to exit
+ before calling exit.