Parcourir la source

Add gettimeofday declaration in sys/time.h

Bernard Xiong il y a 12 ans
Parent
commit
2bcb9edd91
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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