aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index c603a1651..719bdb325 100644
--- a/TODO
+++ b/TODO
@@ -255,7 +255,7 @@ FEATURE_CLEAN_UP
255 jumps out of the normal flow control and bypasses any cleanup code we 255 jumps out of the normal flow control and bypasses any cleanup code we
256 put at the end of our applets. 256 put at the end of our applets.
257 257
258 It's possible to add hooks to libbb functions like xmalloc() and bb_xopen() 258 It's possible to add hooks to libbb functions like xmalloc() and xopen()
259 to add their entries to a linked list, which could be traversed and 259 to add their entries to a linked list, which could be traversed and
260 freed/closed automatically. (This would need to be able to free just the 260 freed/closed automatically. (This would need to be able to free just the
261 entries after a checkpoint to be usable for a forkless standalone shell. 261 entries after a checkpoint to be usable for a forkless standalone shell.