Explorar o código

Add gettimeofday declaration in sys/time.h

Bernard Xiong %!s(int64=12) %!d(string=hai) anos
pai
achega
2bcb9edd91
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      components/libc/minilibc/sys/time.h

+ 2 - 0
components/libc/minilibc/sys/time.h

@@ -40,4 +40,6 @@ struct tm {
   const char *tm_zone;		/* Timezone abbreviation.  */
 };
 
+int gettimeofday(struct timeval *tp, void *ignore);
+
 #endif