diff options
author | Eric Andersen | 2001-04-05 23:26:44 +0000 |
---|---|---|
committer | Eric Andersen | 2001-04-05 23:26:44 +0000 |
commit | 250a22176815303f9af072a11278108f7767282b (patch) | |
tree | deb2971095d68588538830f0f0044ddf1eb5ae43 /libbb/libbb.h | |
parent | 83f173b61ec4df708d6ead45540ede3a28c2e630 (diff) | |
download | busybox-250a22176815303f9af072a11278108f7767282b.zip busybox-250a22176815303f9af072a11278108f7767282b.tar.gz |
more FILE_OFFSET_BITS == 64 adjustments.
Diffstat (limited to 'libbb/libbb.h')
-rw-r--r-- | libbb/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/libbb.h b/libbb/libbb.h index d0896ab..05f61f2 100644 --- a/libbb/libbb.h +++ b/libbb/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); |