aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-01-24 01:33:42 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-01-24 01:33:42 +0000
commit9e58921e7ef9f4a9eaad1c672e94e685d019425d (patch)
treed8e7512451cf2fb93e9caea3afcb1e8076699de4 /include/platform.h
parent314820e5953372359888b47a59dde54b2bf896b6 (diff)
downloadbusybox-w32-9e58921e7ef9f4a9eaad1c672e94e685d019425d.tar.gz
busybox-w32-9e58921e7ef9f4a9eaad1c672e94e685d019425d.tar.bz2
busybox-w32-9e58921e7ef9f4a9eaad1c672e94e685d019425d.zip
comment fix
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/platform.h b/include/platform.h
index 4c38c6ae4..1706de0bf 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -228,8 +228,7 @@ typedef unsigned smalluint;
228/* uclibc does not implement daemon() for no-mmu systems. 228/* uclibc does not implement daemon() for no-mmu systems.
229 * For 0.9.29 and svn, __ARCH_USE_MMU__ indicates no-mmu reliably. 229 * For 0.9.29 and svn, __ARCH_USE_MMU__ indicates no-mmu reliably.
230 * For earlier versions there is no reliable way to check if we are building 230 * For earlier versions there is no reliable way to check if we are building
231 * for a mmu-less system; the user should pass EXTRA_CFLAGS="-DBB_NOMMU" 231 * for a mmu-less system.
232 * on his own.
233 */ 232 */
234#if ENABLE_NOMMU || \ 233#if ENABLE_NOMMU || \
235 (defined __UCLIBC__ && __UCLIBC_MAJOR__ >= 0 && __UCLIBC_MINOR__ >= 9 && \ 234 (defined __UCLIBC__ && __UCLIBC_MAJOR__ >= 0 && __UCLIBC_MINOR__ >= 9 && \