author | Martin Waitz <tali@admingilde.org> | |
Sat, 17 Feb 2007 09:13:10 +0000 (10:13 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Feb 2007 06:45:09 +0000 (22:45 -0800) | ||
commit | b97e911643341cb31e6b97029b9ffd96fc675b1d | |
tree | 815f32ee0928e19e061faf39b77bcab961b1444b | tree | snapshot |
parent | 34c6a82b8afca18eab28eeca659e29db0faabc62 | commit | diff |
Support for large files on 32bit systems.
Glibc uses the same size for int and off_t by default.
In order to support large pack sizes (>2GB) we force Glibc to a 64bit off_t.
Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Glibc uses the same size for int and off_t by default.
In order to support large pack sizes (>2GB) we force Glibc to a 64bit off_t.
Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-compat-util.h | diff | blob | history |