CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/05/18 10:11:10
Modified files:
lib/libc/compat-43: getwd.c
lib/libc/gen : getcwd.c
lib/libc/hidden: stdlib.h unistd.h
lib/libc/hidden/sys: stat.h
lib/libc/stdlib: realpath.c
Added files:
lib/libc/hidden/sys: event.h shm.h
Log message:
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@