diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/busybox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/busybox.h b/include/busybox.h index 99932095b..573cce190 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -233,7 +233,7 @@ extern int sysinfo (struct sysinfo* info); | |||
233 | #endif | 233 | #endif |
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 *make_human_readable_str(unsigned long val, unsigned long hr); |
237 | #endif | 237 | #endif |
238 | #define KILOBYTE 1024 | 238 | #define KILOBYTE 1024 |
239 | #define MEGABYTE (KILOBYTE*1024) | 239 | #define MEGABYTE (KILOBYTE*1024) |