Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • vdukhovni's avatar
    150dcbb8
    Tighten scope of non-POSIX visibility macros · 150dcbb8
    vdukhovni authored
    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.
    150dcbb8
    History
    Tighten scope of non-POSIX visibility macros
    vdukhovni authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.