NAME | SYNOPSIS | DESCRIPTION | ATTRIBUTES
#include <arpa/ftpd/systemSleep.h>void systemSleep(int t);
Suspends the execution of the current thread for t seconds. Providing this function is optional; the FTPD library includes a default one.
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|---|---|
| Interface Stability | Evolving |
NAME | SYNOPSIS | DESCRIPTION | ATTRIBUTES