Skip to content
  • vdukhovni's avatar
    Tighten scope of non-POSIX visibility macros · c0c0b4e0
    vdukhovni authored and Marge Bot's avatar Marge Bot committed
    The __BSD_VISIBLE and _DARWIN_C_SOURCE macros expose non-POSIX prototypes in
    system header files.  We should scope these to just the ".c" modules that
    actually need them, and avoid defining them in header files used in other C
    modules.
    c0c0b4e0