diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h index 171214586..6b95dc0ec 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -483,9 +483,9 @@ int xmkstemp(char *template) FAST_FUNC; | |||
483 | off_t fdlength(int fd) FAST_FUNC; | 483 | off_t fdlength(int fd) FAST_FUNC; |
484 | 484 | ||
485 | uoff_t FAST_FUNC get_volume_size_in_bytes(int fd, | 485 | uoff_t FAST_FUNC get_volume_size_in_bytes(int fd, |
486 | const char *override, | 486 | const char *override, |
487 | unsigned override_units, | 487 | unsigned override_units, |
488 | int extend); | 488 | int extend); |
489 | 489 | ||
490 | void xpipe(int filedes[2]) FAST_FUNC; | 490 | void xpipe(int filedes[2]) FAST_FUNC; |
491 | /* In this form code with pipes is much more readable */ | 491 | /* In this form code with pipes is much more readable */ |