aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-05-08 18:22:52 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-05-08 18:22:52 +0200
commit8082ea1000af5103b86611835cdca23863e201db (patch)
tree013e620c44a284d862b64dbd73bd7e59876f2608 /TODO
parentb5d5245f46bf6c8c49d5182cba2ef1c30a5cad79 (diff)
downloadbusybox-8082ea1000af5103b86611835cdca23863e201db.tar.gz
test commit
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index d6a60d1dd..52b6bd0ba 100644
--- a/TODO
+++ b/TODO
@@ -251,7 +251,6 @@ FEATURE_CLEAN_UP
For right now, exit() handles it just fine.
-
Minor stuff:
watchdog.c could autodetect the timer duration via:
if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2);