Skip to content
  • Nick Zitzmann's avatar
    configure: check for __builtin_available() availability (#1788) · 870d849d
    Nick Zitzmann authored
    This change does two things:
    1. It un-breaks the build in Xcode 9.0. (Xcode 9.0 is currently
       failing trying to compile connectx() in lib/connect.c.)
    2. It finally weak-links the connectx() function, and falls back on
       connect() when run on older operating systems.
    870d849d