Descriptionsyscall: match linux Setsid function signature to darwin
SETSID does return an errno - any reason why it has been done this
way in zsyscall_linux_* ? Otherwise it should be the same as darwin.
From SETSID(2) on my Linux box:
ERRORS
On error, -1 is returned, and errno is set.
Fixes issue 730
Patch Set 1 #Patch Set 2 : code review 878047: syscall: match linux Setsid function signature to darwin #Patch Set 3 : code review 878047: syscall: match linux Setsid function signature to darwin #
MessagesTotal messages: 3
|