1872798 Wrap getpw* calls to retry in EINTR

13 files Authored by mccann 9 years ago, Committed by rstrode 9 years ago,
    Wrap getpw* calls to retry in EINTR
    
    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.
    
        
file modified
+19 -0
file modified
+3 -0
file modified
+2 -1
file modified
+2 -1
file modified
+2 -2
file modified
+9 -5
file modified
+3 -3
file modified
+3 -3
file modified
+1 -1