summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-09-10 20:15:41 +0200
committerpgen <p.gen.progs@gmail.com>2018-10-01 19:36:56 +0200
commit0981a4ce90b26dddcc7d76e6fb9035f9c2ef99a6 (patch)
tree7324ed8f6cd3112a7918d4b81be18ca126560bc7
parentc6db77d92460dc097cb5f78daf0d914d4c3687f0 (diff)
Add a low priority item in the TODO (GH issue #13)
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index d780c28..d25354a 100644
--- a/TODO
+++ b/TODO
@@ -3,3 +3,5 @@
I: Improve configure.ac
I: Improve the checking of system/library calls returns
I: Cleanup the code and split it into several files
+I: Make sure that no async-signal-safe functions are
+ used in the signal handler.