commit | 57fa31441222b74cf5d40ad939f51e4ddc7fd4b0 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Sep 18 11:43:18 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 21 16:32:27 2014 +0200 |
tree | 159b3bc09c88122568d1ae2e9ed96ba465d4e9be | |
parent | 9d9b003a9ac6b6133e8bd38b306c6edfd6e7802b [diff] [blame] |
Fix depend documentation
diff --git a/include/polarssl/net.h b/include/polarssl/net.h index d0c7366..5f389f8 100644 --- a/include/polarssl/net.h +++ b/include/polarssl/net.h
@@ -129,6 +129,7 @@ */ int net_set_nonblock( int fd ); +#if defined(POLARSSL_HAVE_TIME) /** * \brief Portable usleep helper * @@ -138,6 +139,7 @@ * select()'s timeout granularity (typically, 10ms). */ void net_usleep( unsigned long usec ); +#endif /** * \brief Read at most 'len' characters. If no error occurs,