Skip to content
/linux-syscalls

Time & Clocks · Section 2

(2)

Signature

#include <unistd.h>

— adjtimex();

Description

Architecture mapping

ArchitectureNumberABIEntry point
x86 (i386)124i386sys_adjtimex_time32
x64 (x86_64)159commonsys_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>

Security & observability