aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/drivers/common/erl_efile.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2011-11-25 11:19:54 +0100
committerLukas Larsson <[email protected]>2011-12-01 14:10:04 +0100
commit23d62043ebf4bfad900935c650e8fcb3f2e6f88c (patch)
tree432f87bdb77166056fe2f5cc67052dbc5dec2089 /erts/emulator/drivers/common/erl_efile.h
parent59e7e345ba51b7c2d6c9e479ce4cbb7c745c7893 (diff)
downloadotp-23d62043ebf4bfad900935c650e8fcb3f2e6f88c.tar.gz
otp-23d62043ebf4bfad900935c650e8fcb3f2e6f88c.tar.bz2
otp-23d62043ebf4bfad900935c650e8fcb3f2e6f88c.zip
Change nbytes to 64 bit
Diffstat (limited to 'erts/emulator/drivers/common/erl_efile.h')
-rw-r--r--erts/emulator/drivers/common/erl_efile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/drivers/common/erl_efile.h b/erts/emulator/drivers/common/erl_efile.h
index e0b8cfca03..8e79b3923a 100644
--- a/erts/emulator/drivers/common/erl_efile.h
+++ b/erts/emulator/drivers/common/erl_efile.h
@@ -163,4 +163,4 @@ int efile_may_openfile(Efile_error* errInfo, char *name);
int efile_fadvise(Efile_error* errInfo, int fd, Sint64 offset, Sint64 length,
int advise);
int efile_sendfile(Efile_error* errInfo, int in_fd, int out_fd,
- off_t *offset, size_t *nbytes);
+ off_t *offset, Uint64 *nbytes);