glibc/misc/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 Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
cdefs.h misc/sys/cdefs.h: Create FORTIFY redirects for internal calls 2023-07-05 16:59:48 +02:00
dir.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
file.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ioctl.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mman.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
param.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
queue.h [BZ #5779] 2008-03-05 05:50:39 +00:00
select.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
single_threaded.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
syslog.h Apply asm redirections in syslog.h before first use [BZ #27087] 2022-11-29 15:07:22 -03:00
sysmacros.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
uio.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xattr.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00