From: Jerome Guitton Date: Fri, 5 Dec 2025 23:04:40 +0000 (-0300) Subject: remove inclusion of tickLib.h from gthr-vxworks.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b9bbe4301cfe8652f3921f873f5a66697ceb348;p=thirdparty%2Fgcc.git remove inclusion of tickLib.h from gthr-vxworks.h This header is not used any more and its inclusion is problematic when building against Helix Cert as it might end up dragging LLVM-specific headers from spinLockLib.h. libgcc/ * config/gthr-vxworks.h: Remove #include of tickLib.h. --- diff --git a/libgcc/config/gthr-vxworks.h b/libgcc/config/gthr-vxworks.h index 9486e12a66a..d6d9b0dabf4 100644 --- a/libgcc/config/gthr-vxworks.h +++ b/libgcc/config/gthr-vxworks.h @@ -289,7 +289,6 @@ extern int __gthread_cond_wait_recursive (__gthread_cond_t *cond, #include #include -#include #include #include