From: Bernhard Reutner-Fischer Date: Fri, 13 Jan 2006 08:46:39 +0000 (-0000) Subject: - Mention code-cleanup possibilities in TODO. X-Git-Tag: 1_1_0~351 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2677cf1b0ac9c31e5bbe7f22cf639dacead7808c;p=oweals%2Fbusybox.git - Mention code-cleanup possibilities in TODO. --- 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 +--- +