Time & Clocks · Section 2
(2)
Signature
#include <unistd.h>
— adjtimex();Description
Architecture mapping
| Architecture | Number | ABI | Entry point |
|---|---|---|---|
| x86 (i386) | 124 | i386 | sys_adjtimex_time32 |
| x64 (x86_64) | 159 | common | sys_adjtimex |
| ARM64 (aarch64) | 171 | — | — |
Kernel history
Introduced in Linux —.
seccomp & containers
Docker default profile
Allowed
Podman default profile
Allowed
strace example
$ strace -e adjtimex <cmd>