Closed Poaetce closed 4 months ago
The setsid syscall returns the PID of the calling process upon success. The procedure currently only returns an Errno, causing it to return an invalid enum value when it happens. I updated the procedure to return Pid as well.
setsid
Errno
Pid
The
setsid
syscall returns the PID of the calling process upon success. The procedure currently only returns anErrno
, causing it to return an invalid enum value when it happens. I updated the procedure to returnPid
as well.