diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 8c7978456..83ecca47f 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1515,7 +1515,8 @@ int del_loop(const char *device) FAST_FUNC; | |||
1515 | * malloc and return it in *devname. | 1515 | * malloc and return it in *devname. |
1516 | * return value is the opened fd to the loop device, or < on error | 1516 | * return value is the opened fd to the loop device, or < on error |
1517 | */ | 1517 | */ |
1518 | int set_loop(char **devname, const char *file, unsigned long long offset, unsigned flags) FAST_FUNC; | 1518 | int set_loop(char **devname, const char *file, unsigned long long offset, |
1519 | unsigned long long sizelimit, unsigned flags) FAST_FUNC; | ||
1519 | /* These constants match linux/loop.h (without BB_ prefix): */ | 1520 | /* These constants match linux/loop.h (without BB_ prefix): */ |
1520 | #define BB_LO_FLAGS_READ_ONLY 1 | 1521 | #define BB_LO_FLAGS_READ_ONLY 1 |
1521 | #define BB_LO_FLAGS_AUTOCLEAR 4 | 1522 | #define BB_LO_FLAGS_AUTOCLEAR 4 |