mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 14:50:17 +00:00
2e274cd8c1
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. |
||
---|---|---|
.. | ||
405 | ||
440 | ||
464 | ||
476 | ||
970 | ||
a2 | ||
cell | ||
fpu | ||
nofpu | ||
____longjmp_chk.S | ||
alphasort64.c | ||
arch-syscall.h | ||
c++-types.data | ||
clone.S | ||
configure | ||
configure.ac | ||
getcontext-common.S | ||
getcontext.S | ||
kernel_stat.h | ||
ld.abilist | ||
libanl.abilist | ||
libBrokenLocale.abilist | ||
libcrypt.abilist | ||
libdl.abilist | ||
libnsl.abilist | ||
libpthread.abilist | ||
libresolv.abilist | ||
librt.abilist | ||
libthread_db.abilist | ||
libutil.abilist | ||
makecontext.S | ||
Makefile | ||
setcontext-common.S | ||
setcontext.S | ||
struct_kernel_msqid64_ds.h | ||
struct_kernel_semid64_ds.h | ||
swapcontext-common.S | ||
swapcontext.S | ||
syscalls.list | ||
time64-compat.h | ||
ucontext_i.sym | ||
Versions | ||
versionsort64.c | ||
vfork.S |