implement the adjtime and adjtimex functions (nonstandard)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <sys/timex.h>
|
||||
#include "syscall.h"
|
||||
|
||||
int adjtimex(struct timex *tx)
|
||||
{
|
||||
return syscall(SYS_adjtimex, tx);
|
||||
}
|
||||
Reference in New Issue
Block a user