Skip to content
  • William Jon McCann's avatar
    Wrap getpw* calls to retry in EINTR · 9310418c
    William Jon McCann authored
    if getpwnam(username) returns NULL, errno needs to be
    checked for EINTR. This indicates that a signal was received while waiting for
    the blocking call to return, and getpwnam() should be retried.
    9310418c