glibc/include/sys
Frédéric Bérat eea000f6e6 misc/sys/cdefs.h: Create FORTIFY redirects for internal calls
The __REDIRECT* macros are creating aliases which may lead to unwanted
PLT entries when fortification is enabled.
To prevent these entries, the REDIRECT alias should be set to point to the
existing __GI_* aliases.
This is done transparently by creating a __REDIRECT_FORTIFY* version of
these macros, that can be overwritten internally when necessary.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2023-07-05 16:59:48 +02:00
..
auxv.h
bitypes.h
cdefs.h misc/sys/cdefs.h: Create FORTIFY redirects for internal calls 2023-07-05 16:59:48 +02:00
dir.h
epoll.h Use __nonnull for the epoll_wait(2) family of syscalls 2023-06-01 14:50:42 -03:00
errno.h
fcntl.h
file.h
gmon.h
gmon_out.h
ioctl.h
ipc.h
mman.h
msg.h
param.h
poll.h Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746) 2022-11-08 13:37:06 -03:00
prctl.h
profil.h
queue.h
random.h
resource.h
select.h linux: Only use 64-bit syscall if required for select 2021-06-22 12:09:52 -03:00
sem.h
sendfile.h
shm.h
signal.h
single_threaded.h misc: Optimize internal usage of __libc_single_threaded 2022-06-24 17:45:58 -03:00
socket.h Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
stat.h hurd: Factorize at/non-at functions 2022-09-17 19:58:30 +00:00
statfs.h
statvfs.h
sysinfo.h misc: Add __get_nprocs_sched 2021-09-27 09:13:06 -03:00
syslog.h
sysmacros.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
termios.h
time.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
timeb.h
times.h
ttychars.h
types.h
uio.h
un.h socket: Add the __sockaddr_un_set function 2022-01-17 10:21:53 +01:00
unistd.h
utsname.h
vfs.h
vlimit.h
wait.h
xattr.h