libs/libc/libc.csv: Add gettimeofday

This commit is contained in:
YAMAMOTO Takashi
2022-01-27 17:27:44 +09:00
committed by Xiang Xiao
parent 5ebfb70427
commit 113992c037
+1
View File
@@ -75,6 +75,7 @@
"getoptindp","unistd.h","","FAR int *"
"getoptoptp","unistd.h","","FAR int *"
"gets","stdio.h","defined(CONFIG_FILE_STREAM)","FAR char *","FAR char *"
"gettimeofday","sys/time.h","","int","FAR struct timeval *","FAR struct timezone *"
"gmtime","time.h","","FAR struct tm *","FAR const time_t *"
"gmtime_r","time.h","","FAR struct tm *","FAR const time_t *","FAR struct tm *"
"htonl","arpa/inet.h","","uint32_t","uint32_t"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
75 getoptindp unistd.h FAR int *
76 getoptoptp unistd.h FAR int *
77 gets stdio.h defined(CONFIG_FILE_STREAM) FAR char *
78 gettimeofday sys/time.h int
79 gmtime time.h FAR struct tm *
80 gmtime_r time.h FAR struct tm *
81 htonl arpa/inet.h uint32_t