Merge branch 'js/use-sc-open-max'
commitca23bd2bea823f0ec514c508e953f14899f08ccb
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Sep 2012 22:54:41 +0000 (3 15:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Sep 2012 22:54:42 +0000 (3 15:54 -0700)
tree8e9674259cabdd86a5c0dcecdfd808580df01e93
parenta795b324b75807365085ab87862a2abb072fd34e
parenta0788266d310dd3f6343c7ee754106784aa1e2af
Merge branch 'js/use-sc-open-max'

Introduce get_max_fd_limit() to absorb platforms that do not have
getrlimit(RLIMIT_NOFILE) and/or sysconf(_SC_OPEN_MAX).

* js/use-sc-open-max:
  sha1_file.c: introduce get_max_fd_limit() helper