aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorEli Zaretskii2011-04-10 23:43:08 +0300
committerEli Zaretskii2011-04-10 23:43:08 +0300
commit8a2cbd723c0b453b70dc1fcefe5b489f58605258 (patch)
treea1268c68ffe5a72329d60fcf6280485f8ba2327e /src/alloc.c
parent1ebfdcb6eff7ebe4cf5ef3426944513a2ecdfacf (diff)
downloademacs-8a2cbd723c0b453b70dc1fcefe5b489f58605258.tar.gz
emacs-8a2cbd723c0b453b70dc1fcefe5b489f58605258.zip
Fix write-region and its subroutines for buffers > 2GB.
src/fileio.c (a_write, e_write): Modify declaration of arguments and local variables to support buffers larger than 2GB. (Fcopy_file): Use EMACS_INT for return value of emacs_read. src/sysdep.c (emacs_write, emacs_read): Use ssize_t for last argument, local variables, and return value. src/lisp.h: Update prototypes of emacs_write and emacs_read. src/sound.c (vox_write): Use ssize_t for return value of emacs_write.
Diffstat (limited to 'src/alloc.c')
0 files changed, 0 insertions, 0 deletions