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

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"

Can't render this file because it has a wrong number of fields in line 2.