Просмотр исходного кода

Add gettimeofday declaration in sys/time.h

Bernard Xiong 12 лет назад
Родитель
Сommit
2bcb9edd91
1 измененных файлов с 2 добавлено и 0 удалено
  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.  */
   const char *tm_zone;		/* Timezone abbreviation.  */
 };
 };
 
 
+int gettimeofday(struct timeval *tp, void *ignore);
+
 #endif
 #endif