summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.