Added SILC Thread Queue API
[silc.git] / lib / silcutil / silctime.h
index 6c22d90ae1a3c7079888dd9e9b84428c973fd691..e01e1ae701f92660debb212b10dae7a6195f7b86 100644 (file)
@@ -276,7 +276,7 @@ int silc_gettimeofday(struct timeval *p);
  *
  * SYNOPSIS
  *
- *    void silc_usleep(long microseconds);
+ *    void silc_usleep(unsigned long microseconds);
  *
  * DESCRIPTION
  *
@@ -290,7 +290,7 @@ int silc_gettimeofday(struct timeval *p);
  *
  ***/
 static inline
-void silc_usleep(long microseconds)
+void silc_usleep(unsigned long microseconds)
 {
 #ifdef SILC_UNIX
 #ifdef HAVE_NANOSLEEP