summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-11 02:09:57 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-11 02:09:57 +0000
commitba8a597c04d4a110cdd7a65d2e980a6d18d2bb4f (patch)
treee36cac32f26e8bbd491747e795ea657ae60aae57 /TODO
parentb5675ab467771c01084f78ae48fb510acc9c7e1a (diff)
ldd rewrite is done
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index cfdb09158..087a9d320 100644
--- a/TODO
+++ b/TODO
@@ -17,10 +17,6 @@ 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.
scandir.c doesn't check returns on malloc and realloc.
-rewrite ldd. Right now, ldd actually _executes_ the shared lib loader
- and asks it to list off library dependancies. This doesn't work
- when cross compiling, and it doesn't work in about 95% of all the
- other cases when you want to run ldd. So it needs to be re-written.
Add in shadow support (include/shadow.h and such)