Add pathconfat(2): pathconf(2) but with at-fd and flags arguments,
authorguenther <guenther@openbsd.org>
Sat, 18 May 2024 05:20:22 +0000 (05:20 +0000)
committerguenther <guenther@openbsd.org>
Sat, 18 May 2024 05:20:22 +0000 (05:20 +0000)
commit5f31b145b29afa4d23f77b01b024bd0ecaf3a016
treebb3f354467fb64cebe201c82f4c821b10165a1c6
parent0070c60f871aa0350a5b3eca0aa80790f9549784
Add pathconfat(2): pathconf(2) but with at-fd and flags arguments,
the latter supporting the ability to get timestamp resolution of
symlinks.

ok deraadt@ millert@
include/unistd.h
lib/libc/Symbols.list
lib/libc/hidden/unistd.h
lib/libc/shlib_version
lib/libc/sys/Makefile.inc
lib/libc/sys/pathconf.2
sys/kern/kern_pledge.c
sys/kern/syscalls.master
sys/kern/vfs_syscalls.c
usr.bin/kdump/kdump.c