@@ -367,17 +367,6 @@ int robust_rename(char *from, char *to)
return-1;
returndo_rename(from,to);
#endif
}
/* sleep for a while via select */
voidu_sleep(intusec)
{
structtimevaltv;
tv.tv_sec=0;
tv.tv_usec=usec;
select(0,NULL,NULL,NULL,&tv);
}
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.