aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-05 23:26:44 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-05 23:26:44 +0000
commit250a22176815303f9af072a11278108f7767282b (patch)
treedeb2971095d68588538830f0f0044ddf1eb5ae43 /include/libbb.h
parent83f173b61ec4df708d6ead45540ede3a28c2e630 (diff)
downloadbusybox-250a22176815303f9af072a11278108f7767282b.tar.gz
more FILE_OFFSET_BITS == 64 adjustments.
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index d0896ab86..05f61f25b 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -96,7 +96,7 @@ void reset_ino_dev_hashtable(void);
int copy_file(const char *srcName, const char *destName,
int setModes, int followLinks, int forceFlag);
-int copy_file_chunk(int srcFd, int dstFd, size_t remaining);
+int copy_file_chunk(int srcFd, int dstFd, off_t remaining);
char *buildName(const char *dirName, const char *fileName);
int makeString(int argc, const char **argv, char *buf, int bufLen);
char *getChunk(int size);