Add support for adjtime system call

This commit is contained in:
Gregory Nutt
2016-07-10 16:55:32 -06:00
parent c326b6320a
commit f47b69e1f0
6 changed files with 13 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
"_exit","unistd.h","","void","int"
"adjtime","sys/time.h","defined(CONFIG_SCHED_TIMEKEEPING)","int","FAR const struct timeval *","FAR struct timeval *"
"aio_cancel","aio.h","defined(CONFIG_FS_AIO)","int","int","FAR struct aiocb *"
"aio_fsync","aio.h","defined(CONFIG_FS_AIO)","int","int","FAR struct aiocb *"
"aio_read","aio.h","defined(CONFIG_FS_AIO)","int","FAR struct aiocb *"
1 _exit unistd.h void int
2 adjtime sys/time.h defined(CONFIG_SCHED_TIMEKEEPING) int FAR const struct timeval *
3 aio_cancel aio.h defined(CONFIG_FS_AIO) int int
4 aio_fsync aio.h defined(CONFIG_FS_AIO) int int
5 aio_read aio.h defined(CONFIG_FS_AIO) int FAR struct aiocb *