aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-13 08:46:39 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-13 08:46:39 +0000
commit2677cf1b0ac9c31e5bbe7f22cf639dacead7808c (patch)
tree5c49672d4b57bbec7dcd18180b8778061625cca7 /TODO
parentdd9dce104d3c63a45554fd94d55df4c89455d95e (diff)
downloadbusybox-2677cf1b0ac9c31e5bbe7f22cf639dacead7808c.tar.gz
- Mention code-cleanup possibilities in TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index a765627b5..203ccdf9f 100644
--- a/TODO
+++ b/TODO
@@ -233,3 +233,14 @@ Minor stuff:
if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2);
Unfortunately, that needs linux/watchdog.h and that contains unfiltered
kernel types on some distros, which breaks the build.
+
+
+Code cleanup:
+
+Replace deprecated functions.
+
+bzero() -> memset()
+---
+sigblock(), siggetmask(), sigsetmask(), sigmask() -> sigprocmask et al
+---
+