Skip to content
  • Raphael Kubo da Costa's avatar
    Ninja: Generalize check for sysconf(3) call · 5ec17e61
    Raphael Kubo da Costa authored and Brad King's avatar Brad King committed
    Use `sysconf(_SC_ARG_MAX)` wherever `_SC_ARG_MAX` is available instead
    of hard-coding an incomplete list of operating systems that implement
    it.  In particular, it is available on BSD platforms that were not
    previously listed.
    5ec17e61