Skip to content
BSD syscall#13

svc · unix #13

sys_fchdir

Internal name for the fchdir() implementation in newer XNU.

Prototype

int sys_fchdir(int fd);

Returns: int

Arguments

NameTypeDirDescription
fdint-

Version history

XNU tagmacOS#
xnu-11215.1.10macOS 15.0 Sequoia13
xnu-11417.101.15macOS 15.4 Sequoia13
xnu-12377.1.9macOS 26.0 Tahoe13
xnu-10063.101.1513
xnu-10063.121.313
xnu-10063.141.113
xnu-11215.41.313
xnu-11215.61.513
xnu-11215.81.413
xnu-11417.121.613
xnu-11417.140.6913
xnu-12377.101.1513
xnu-12377.41.613
xnu-12377.61.1213
xnu-12377.81.413

Notes

No prose documentation yet.