summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-06 16:08:07 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-06 16:08:07 +0000
commit8c96e2548ac132cd73b08a4553d797f85e1e96b3 (patch)
tree9f0c68b2c20360178427803ffcaf4fcd25b17631 /TODO
parenta9e5b24e67378acf2371b5e60e611f371f9716b6 (diff)
Note missing shadow support
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 32a50e3ae..cfdb09158 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,7 @@ 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)
-----------------------------------------------------------------------------