mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Fix depend documentation
This commit is contained in:
parent
9d9b003a9a
commit
57fa314412
1 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ int net_set_block( int fd );
|
||||||
*/
|
*/
|
||||||
int net_set_nonblock( int fd );
|
int net_set_nonblock( int fd );
|
||||||
|
|
||||||
|
#if defined(POLARSSL_HAVE_TIME)
|
||||||
/**
|
/**
|
||||||
* \brief Portable usleep helper
|
* \brief Portable usleep helper
|
||||||
*
|
*
|
||||||
|
|
@ -138,6 +139,7 @@ int net_set_nonblock( int fd );
|
||||||
* select()'s timeout granularity (typically, 10ms).
|
* select()'s timeout granularity (typically, 10ms).
|
||||||
*/
|
*/
|
||||||
void net_usleep( unsigned long usec );
|
void net_usleep( unsigned long usec );
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Read at most 'len' characters. If no error occurs,
|
* \brief Read at most 'len' characters. If no error occurs,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue