- it's a mistake to remove lib-specific prefixes from libraries; still the removal should be complete.
diff --git a/TODO b/TODO
index c603a16..719bdb3 100644
--- a/TODO
+++ b/TODO
@@ -255,7 +255,7 @@
jumps out of the normal flow control and bypasses any cleanup code we
put at the end of our applets.
- It's possible to add hooks to libbb functions like xmalloc() and bb_xopen()
+ It's possible to add hooks to libbb functions like xmalloc() and xopen()
to add their entries to a linked list, which could be traversed and
freed/closed automatically. (This would need to be able to free just the
entries after a checkpoint to be usable for a forkless standalone shell.