diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-08-28 23:39:36 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-08-28 23:39:36 +0000 |
commit | 8c1eda528a19b8af18568649e8d2b1ba5bda772e (patch) | |
tree | 86a919cdb73830bfb7e17f35f3e1615432b6157d /TODO | |
parent | 73561cc75ac31e63bcab4b4ebfaf738e4ca225e6 (diff) | |
download | busybox-w32-8c1eda528a19b8af18568649e8d2b1ba5bda772e.tar.gz busybox-w32-8c1eda528a19b8af18568649e8d2b1ba5bda772e.tar.bz2 busybox-w32-8c1eda528a19b8af18568649e8d2b1ba5bda772e.zip |
- it's a mistake to remove lib-specific prefixes from libraries; still the removal should be complete.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |