diff options
author | Joachim Schmitz <jojo@schmitz-digital.de> | 2012-08-24 11:52:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-24 09:46:01 -0700 |
commit | a0788266d310dd3f6343c7ee754106784aa1e2af (patch) | |
tree | 39439e8905b977aff60f7be8b0f4c7092cb96f2a /pack.h | |
parent | fab4b04e4be5ccfdf93e21e7260040bd9e7faedd (diff) | |
download | git-a0788266d310dd3f6343c7ee754106784aa1e2af.tar.gz git-a0788266d310dd3f6343c7ee754106784aa1e2af.tar.xz |
sha1_file.c: introduce get_max_fd_limit() helper
Not all platforms have getrlimit(), but there are other ways to see
the maximum number of files that a process can have open. If
getrlimit() is unavailable, fall back to sysconf(_SC_OPEN_MAX) if
available, and use OPEN_MAX from <limits.h>.
Signed-off-by: Joachim Schmitz <jojo@schmitz-digital.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pack.h')
0 files changed, 0 insertions, 0 deletions