summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-18 08:48:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-18 08:48:15 +0000
commit4db5f2c0a1e1a310c51bf2612a9e08dc22262b1e (patch)
tree2b3a2e17ade8acbba52955b8f8ecb1c919d744a5 /TODO
parente13e3a7da6efc8c81b95883e01aecd0e41142f7d (diff)
I went nuts and wrote a generic rint implementation. I think it is
correct per the man page and a little testing seems to show it works. -Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8f91a3302..78f5b4b6e 100644
--- a/TODO
+++ b/TODO
@@ -13,7 +13,6 @@ run 'nm -D --size-sort -t d libuClibc-0.9.5.so' and work on the biggest things
(i.e. stuff at the end of the list) to make them smaller.
make inb/outb work (for lilo et all)
update: done for i386. lilo and the pcmcia tools compile cleanly now
-make rint work (for ip et all)
include/resolv.h does not define struct _res, and libc/inet/resolv.c
does not use this struct. res_init does nothing. the other res_*
functions are not implemented.