diff options
-rw-r--r-- | busybox.h | 2 | ||||
-rw-r--r-- | include/busybox.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -234,10 +234,10 @@ extern int sysinfo (struct sysinfo* info); | |||
234 | 234 | ||
235 | #ifdef BB_FEATURE_HUMAN_READABLE | 235 | #ifdef BB_FEATURE_HUMAN_READABLE |
236 | const char *format(unsigned long val, unsigned long hr); | 236 | const char *format(unsigned long val, unsigned long hr); |
237 | #endif | ||
237 | #define KILOBYTE 1024 | 238 | #define KILOBYTE 1024 |
238 | #define MEGABYTE (KILOBYTE*1024) | 239 | #define MEGABYTE (KILOBYTE*1024) |
239 | #define GIGABYTE (MEGABYTE*1024) | 240 | #define GIGABYTE (MEGABYTE*1024) |
240 | #endif | ||
241 | 241 | ||
242 | #ifdef BB_FEATURE_BUFFERS_GO_ON_STACK | 242 | #ifdef BB_FEATURE_BUFFERS_GO_ON_STACK |
243 | #define RESERVE_BB_BUFFER(buffer,len) char buffer[len] | 243 | #define RESERVE_BB_BUFFER(buffer,len) char buffer[len] |
diff --git a/include/busybox.h b/include/busybox.h index 53d22115a..99932095b 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -234,10 +234,10 @@ extern int sysinfo (struct sysinfo* info); | |||
234 | 234 | ||
235 | #ifdef BB_FEATURE_HUMAN_READABLE | 235 | #ifdef BB_FEATURE_HUMAN_READABLE |
236 | const char *format(unsigned long val, unsigned long hr); | 236 | const char *format(unsigned long val, unsigned long hr); |
237 | #endif | ||
237 | #define KILOBYTE 1024 | 238 | #define KILOBYTE 1024 |
238 | #define MEGABYTE (KILOBYTE*1024) | 239 | #define MEGABYTE (KILOBYTE*1024) |
239 | #define GIGABYTE (MEGABYTE*1024) | 240 | #define GIGABYTE (MEGABYTE*1024) |
240 | #endif | ||
241 | 241 | ||
242 | #ifdef BB_FEATURE_BUFFERS_GO_ON_STACK | 242 | #ifdef BB_FEATURE_BUFFERS_GO_ON_STACK |
243 | #define RESERVE_BB_BUFFER(buffer,len) char buffer[len] | 243 | #define RESERVE_BB_BUFFER(buffer,len) char buffer[len] |