History log of /openbsd/lib/libc/hidden/sys/stat.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 170ca6cd 18-May-2023 guenther <guenther@openbsd.org>

Add PROTO_NORMAL() declarations for the remaining syscalls, to avoid
future, inadvertant PLT entries. Move the __getcwd and __realpath
declarations to hidden/{stdlib,unistd}.h to consolidate and rem

Add PROTO_NORMAL() declarations for the remaining syscalls, to avoid
future, inadvertant PLT entries. Move the __getcwd and __realpath
declarations to hidden/{stdlib,unistd}.h to consolidate and remove
duplication.

ok tb@ otto@ deraadt@

show more ...


# 5674b11f 14-Sep-2015 guenther <guenther@openbsd.org>

Make isfdtype() and getmntinfo() weak symbols


# 15a0f535 11-Sep-2015 guenther <guenther@openbsd.org>

Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn't
override so that internal calls go direct

ok deraadt@