mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
libs/libc/libc.csv: Add gettimeofday
This commit is contained in:
committed by
Xiang Xiao
parent
5ebfb70427
commit
113992c037
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user