repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unstack, sort: cleanup and improvement
[minix.git]
/
tools
/
gcc
/
patches
/
patch-ad
blob
7a7091b90d6d815f538a844bbc2728320349cd6c
1
$NetBSD$
2
3
--- gcc/gcov.c.orig Sat Jan 9 00:05:06 2010
4
+++ gcc/gcov.c
5
@@ -58,6 +58,10 @@ along with Gcov; see the file COPYING3. If not see
6
7
#define STRING_SIZE 200
8
9
+#ifdef _MINIX
10
+#define block_t gcc_block_t
11
+#endif
12
+
13
struct function_info;
14
struct block_info;
15
struct source_info;