glibc/sysdeps/unix/sysv/linux/powerpc/powerpc32
Adhemerval Zanella 2e274cd8c1 Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)
Similar to ppoll, the poll.h header needs to redirect the poll call
to a proper fortified ppoll with 64 bit time_t support.

The implementation is straightforward, just need to add a similar
check as __poll_chk and call the 64 bit time_t ppoll version.  The
debug fortify tests are also extended to cover 64 bit time_t for
affected ABIs.

Unfortunately it requires an aditional symbol, which makes backport
tricky.  One possibility is to add a static inline version if compiler
supports is and call abort instead of __chk_fail, so fortified version
will call __poll64 in the end.

Another possibility is to just remove the fortify support for
_TIME_BITS=64.

Checked on i686-linux-gnu.
2022-11-08 13:37:06 -03:00
..
405
440
464
476
970
a2
cell
fpu Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746) 2022-11-08 13:37:06 -03:00
nofpu Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746) 2022-11-08 13:37:06 -03:00
____longjmp_chk.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
alphasort64.c
arch-syscall.h Update syscall lists for Linux 5.17 2022-03-23 17:11:56 +00:00
c++-types.data
clone.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
configure
configure.ac
getcontext-common.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getcontext.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
kernel_stat.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ld.abilist Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader) 2022-01-27 18:52:05 +01:00
libanl.abilist
libBrokenLocale.abilist
libcrypt.abilist
libdl.abilist
libnsl.abilist
libpthread.abilist
libresolv.abilist resolv: Move res_query functions into libc 2021-07-19 07:56:57 +02:00
librt.abilist
libthread_db.abilist
libutil.abilist
makecontext.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Makefile
setcontext-common.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
setcontext.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
struct_kernel_msqid64_ds.h
struct_kernel_semid64_ds.h
swapcontext-common.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
swapcontext.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
syscalls.list linux: Add prlimit64 C implementation 2021-11-30 13:13:03 -03:00
time64-compat.h
ucontext_i.sym
Versions
versionsort64.c
vfork.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00