* @fd: Open PID file descriptor, closed on exit, -1 to skip writing it
* @pid: PID value to write
*/
voidwrite_pidfile(intfd,pid_tpid){
voidwrite_pidfile(intfd,pid_tpid)
{
charpid_buf[12];
intn;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.