Update to use 64-bit timer when available

This commit is contained in:
Gregory Nutt
2016-01-21 11:54:26 -06:00
parent cb7bbdfed4
commit f348e68069
41 changed files with 182 additions and 165 deletions
+2 -1
View File
@@ -47,6 +47,7 @@
#include <stdint.h>
#include <time.h>
#include <nuttx/clock.h>
#include <nuttx/net/net.h>
/****************************************************************************
@@ -345,7 +346,7 @@ int net_close(int sockfd);
****************************************************************************/
#ifdef CONFIG_NET_SOCKOPTS
int net_timeo(uint32_t start_time, socktimeo_t timeo);
int net_timeo(systime_t start_time, socktimeo_t timeo);
#endif
/****************************************************************************