openwrt/toolchain
Georgi Valkov ddfe5678a4 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>
2023-05-12 12:16:11 +02:00
..
binutils toolchain/binutils: enable zstd support 2023-03-17 02:08:25 +01:00
fortify-headers fortify-headers: fix inconsistent time_t version of ppoll 2023-05-12 12:16:11 +02:00
gcc toolchain: gcc: update to 12.3.0 2023-05-12 12:11:20 +02:00
gdb toolchain/gdb: use STAGING_DIR_HOST instead of hardcoding default 2023-01-09 21:33:19 +01:00
glibc toolchain/glibc: fixup the libm.so linker script too 2023-02-19 19:44:39 +01:00
kernel-headers
musl toolchain/musl: remove libgcc_initial hack 2023-02-19 19:44:39 +01:00
nasm toolchain/nasm: update to 2.16.01 2023-01-04 23:40:28 +01:00
wrapper
build_version
Config.in treewide: strip useless default n Kconfig lines 2023-02-03 12:50:15 +01:00
info.mk
Makefile toolchain: remove references to $(LIBC)/utils subtarget 2023-02-25 13:45:18 +01:00