Skip to content
/linux-syscalls

System Info · Section 2

(2)

Signature

#include <unistd.h>

— _newselect();

Description

Architecture mapping

ArchitectureNumberABIEntry point
x86 (i386)142i386sys_select

Kernel history

Introduced in Linux —.

seccomp & containers

Docker default profile

Allowed

Podman default profile

Allowed

strace example

$ strace -e _newselect <cmd>

Security & observability