mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Add support for adjtime system call
This commit is contained in:
@@ -199,7 +199,7 @@ errout_in_critical_section:
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int adjtime(const struct timeval *delta, struct timeval *olddelta)
|
||||
int adjtime(FAR const struct timeval *delta, FAR struct timeval *olddelta)
|
||||
{
|
||||
irqstate_t flags;
|
||||
long adjust_usec;
|
||||
|
||||
Reference in New Issue
Block a user