]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
remove inclusion of tickLib.h from gthr-vxworks.h
authorJerome Guitton <guitton@adacore.com>
Fri, 5 Dec 2025 23:04:40 +0000 (20:04 -0300)
committerOlivier Hainque <hainque@adacore.com>
Sun, 11 Jan 2026 11:41:38 +0000 (11:41 +0000)
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.

libgcc/config/gthr-vxworks.h

index 9486e12a66a55210cf0d10913ee89a235ebcb15c..d6d9b0dabf41848bc6a8fbcb588255bdbc96b296 100644 (file)
@@ -289,7 +289,6 @@ extern int __gthread_cond_wait_recursive (__gthread_cond_t *cond,
 
 #include <limits.h>
 #include <time.h>
-#include <tickLib.h>
 #include <sysLib.h>
 #include <version.h>