aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-30 18:31:37 +0000
committerRob Landley <rob@landley.net>2006-05-30 18:31:37 +0000
commit4b146e65ade645c7e870b37d35972aff89ca2138 (patch)
tree283374c21d769a9d3e277c1efb1727d84c1399a9 /TODO
parent7ae155398062be93c71116fcc757471d5a324ddf (diff)
downloadbusybox-w32-4b146e65ade645c7e870b37d35972aff89ca2138.tar.gz
busybox-w32-4b146e65ade645c7e870b37d35972aff89ca2138.tar.bz2
busybox-w32-4b146e65ade645c7e870b37d35972aff89ca2138.zip
Note about BB_NOMMU.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index b75cec4f8..8f8c2942e 100644
--- a/TODO
+++ b/TODO
@@ -7,6 +7,8 @@ have any suggestions how they plan to go about it, and to minimize conflicts
7between your work and theirs. But otherwise, all of these are fair game. 7between your work and theirs. But otherwise, all of these are fair game.
8 8
9Rob Landley <rob@landley.net>: 9Rob Landley <rob@landley.net>:
10 Add BB_NOMMU to platform.h and migrate __uClinux__ tests to that.
11 #if defined __UCLIBC__ && !defined __ARCH_USE_MMU__
10 Add a libbb/platform.c 12 Add a libbb/platform.c
11 Implement fdprintf() for platforms that haven't got one. 13 Implement fdprintf() for platforms that haven't got one.
12 Implement bb_realpath() that can handle NULL on non-glibc. 14 Implement bb_realpath() that can handle NULL on non-glibc.