Skip to content
  • kgardas's avatar
    fix getGroupEntryForID/Name on Solaris · 3c28bc83
    kgardas authored
    This patch fixes getGroupEntryForID and getGroupEntryForName on Solaris
    The issue on Solaris is that it defines both required getgrgid_r
    and getgrnam_r functions as CPP macros which depending on configuration
    are mapped to real function implementations with different names.
    The issue is solved by using C API calling convention instead of platform
    C ABI calling convention.
    3c28bc83