projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21295f4
)
Add missing #include <taskLib.h> in gthr-vxworks.c
author
Rasmus Villemoes
<rv@rasmusvillemoes.dk>
Fri, 2 Oct 2020 13:27:19 +0000
(13:27 +0000)
committer
Olivier Hainque
<hainque@adacore.com>
Fri, 16 Oct 2020 16:14:52 +0000
(16:14 +0000)
This fixes an oversight and addresses a few build time warnings.
2020-10-15 Rasmus Villemoes <rv@rasmusvillemoes.dk>
libgcc/
* config/gthr-vxworks.c: #include <taskLib.h>.
libgcc/config/gthr-vxworks.c
patch
|
blob
|
history
diff --git
a/libgcc/config/gthr-vxworks.c
b/libgcc/config/gthr-vxworks.c
index 9b47ec8e9e99357717232bb5208f6259163b119a..4e73108d90730c072e8ea862806c4e72b8a8afd3 100644
(file)
--- a/
libgcc/config/gthr-vxworks.c
+++ b/
libgcc/config/gthr-vxworks.c
@@
-33,6
+33,7
@@
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#if defined(__GTHREADS)
#include <vxWorks.h>
+#include <taskLib.h>
#ifndef __RTP__
# include <vxLib.h>