openwrt/toolchain
Georgi Valkov 4d6638464c fortify-headers: fix inconsistent time_t version of ppoll
Bug:
fortify/poll.h includes poll.h, which redirects ppoll to __ppoll_time64
if the _REDIR_TIME64 macro is 1. Then fortify/poll.h will #undef ppoll
and use the 32 bit version.

Fix: we should not do this when _REDIR_TIME64 is 1.

[1] https://forum.openwrt.org/t/idle-cpu-usage-of-usbmuxd/140331/15
[2] https://github.com/openwrt/openwrt/issues/12574

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
(cherry picked from commit ddfe5678a4)
2023-05-18 17:36:03 +02:00
..
binutils toolchain: binutils: add support for version 2.38 2022-03-09 10:23:25 +00:00
fortify-headers fortify-headers: fix inconsistent time_t version of ppoll 2023-05-18 17:36:03 +02:00
gcc Revert "toolchaini/gcc: fix libstdc++ dual abi model" 2023-01-18 07:51:56 +01:00
gdb toolchain: gdb: Update to version 11.2 2022-02-01 21:25:02 +01:00
glibc toolchain: Update glibc 2.34 to recent HEAD 2022-12-21 14:28:10 +01:00
kernel-headers toolchain: kernel-headers: kernel Git tree mirror hash 2020-11-27 14:46:13 +01:00
musl toolchain: musl: Fix symbol loading in gdb 2023-04-02 22:07:28 +02:00
nasm toolchain: nasm: update to 2.15.05 2020-09-28 23:44:49 +01:00
wrapper buildroot: allow specifying libc personality for external toolchains 2013-02-20 15:06:10 +00:00
build_version toolchain: add a version that can be bumped to force toolchain/target rebuild 2021-11-16 22:02:45 +01:00
Config.in toolchain: Include ./include/fortify for external musl toolchain 2022-10-03 19:51:50 +02:00
info.mk uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 2009-04-24 02:07:24 +00:00
Makefile Revert "toolchain: add autoconf-lean" 2021-03-02 11:36:36 +00:00