diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-03-05 17:27:39 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-03-05 17:27:39 +0000 |
commit | 8517d6fc1fbb2181954cfa22997e20dd9ae9cc18 (patch) | |
tree | 5b09b3f013ef77a8c5cd32c6cf60362e2a831e95 | |
parent | 0e2f362a61a4ddbbae3f4372da9adf32bbce16e6 (diff) | |
download | busybox-w32-8517d6fc1fbb2181954cfa22997e20dd9ae9cc18.tar.gz busybox-w32-8517d6fc1fbb2181954cfa22997e20dd9ae9cc18.tar.bz2 busybox-w32-8517d6fc1fbb2181954cfa22997e20dd9ae9cc18.zip |
- test commit
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -222,7 +222,7 @@ Switch CONFIG_SYMBOLS to ENABLE_SYMBOLS | |||
222 | FEATURE_CLEAN_UP | 222 | FEATURE_CLEAN_UP |
223 | This is more an unresolved issue than a to-do item. More thought is needed. | 223 | This is more an unresolved issue than a to-do item. More thought is needed. |
224 | 224 | ||
225 | Normally we rely on exit() to free memory, close files, and unmap segments | 225 | Normally we rely on exit() to free memory, close files and unmap segments |
226 | for us. This makes most calls to free(), close(), and unmap() optional in | 226 | for us. This makes most calls to free(), close(), and unmap() optional in |
227 | busybox applets that don't intend to run for very long, and optional stuff | 227 | busybox applets that don't intend to run for very long, and optional stuff |
228 | can be omitted to save size. | 228 | can be omitted to save size. |