mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 13:23:57 -07:00
Switched usleep to nanosleep for posix complience
This commit is contained in:
parent
62be0a4aad
commit
554d66c768
35 changed files with 70 additions and 47 deletions
4
hydra.h
4
hydra.h
|
@ -132,5 +132,9 @@
|
|||
#define INET_ADDRSTRLEN 16
|
||||
#endif
|
||||
|
||||
int sleepn(time_t seconds);
|
||||
|
||||
int usleepn(long int useconds);
|
||||
|
||||
#define _HYDRA_H
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue