glibc/sysdeps/mach
Fangrui Song be9240c84c elf: Remove __libc_init_secure
After 73fc4e28b9,
__libc_enable_secure_decided is always 0 and a statically linked
executable may overwrite __libc_enable_secure without considering
AT_SECURE.

The __libc_enable_secure has been correctly initialized in _dl_aux_init,
so just remove __libc_enable_secure_decided and __libc_init_secure.
This allows us to remove some startup_get*id functions from
22b79ed7f4.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
(cherry picked from commit 3e9acce8c5)
2022-05-19 12:13:52 +02:00
..
htl
hurd elf: Remove __libc_init_secure 2022-05-19 12:13:52 +02:00
i386
include
sys
_strerror.c
adjtime.c
clock_gettime.c
clock_nanosleep.c
configure configure: Replaced obsolete AC_TRY_COMPILE 2021-06-04 10:16:00 -03:00
configure.ac configure: Replaced obsolete AC_TRY_COMPILE 2021-06-04 10:16:00 -03:00
getloadavg.c
getpagesize.c
getsysstats.c misc: Add __get_nprocs_sched 2021-10-01 18:19:09 +02:00
libc-lock.h libio: Assume _IO_lock_inexpensive 2021-06-04 09:54:52 -03:00
libmachuser.abilist
Makefile
mprotect.c
msync.c
munmap.c
pagecopy.h
readonly-area.c
sched_yield.c
sleep.c
strerror_l.c
Subdirs
sysdep.h
thread_state.h
usleep.c
xpg-strerror.c